body {
    background-color: black;
    font-family: "Monaco";
}

.headerImage {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0px;
    margin: 16px;
}

.headerImage img{
    width: 100%;
    height: 100%;
}

.title {
    font-size: 36px;
    font-weight: 900px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 16px;
    margin-bottom: 32px;
    color: white;
}

.visText, .vis {
    border-style: dotted;
    border-color: red;
}

.iframe_border iframe {
    display: block;
    margin: auto;
}