*{
    margin: 0;
    padding: 0;
}

#content {
    position: relative;
    top: 60px;
    font-family: Varela Round, Arial, Helvetica, sans-serif;
    width: 100vw;
    line-height: 1.6;
}

@media screen and (max-width: 700px){
    #welcome_window{
        font-size: medium;
    }
};

a {
    text-decoration: none;
    color: rgb(231, 190, 112);
}
a:visited{
    color: rgb(231, 190, 112);
}
a:hover{
    color: rgb(231, 190, 112);
}

.center-text {
    text-align: center;
}
.textbox {
    min-height: 300px;
    place-items: center;
    display: grid;
}
.textbox p{
    padding: 10px;
}
.textbox a{
    text-decoration: none;
    color: rgb(231, 190, 112);
}
.textbox a:visited{
    color: rgb(231, 190, 112);
}

footer {
    background-color: #626262;
    color: white;
    font-size: 10px;
}

.dark {
    color: white;
    background-color:rgb(63, 63, 63)
}

h2 {
    padding-bottom: 10px;;
}

@media screen and (max-width: 768px){
    .embed_box {
        display: none;
    }
}

.embed_box {
	width: 100vw;
}