#frame {
    border: 5%;
    position:relative;
}
#vyond {
    align-content: center;
}
#vheader {
    background-color: rgb(199, 219, 255);
    position: relative;
    border: 10%;
    size:30%;
}
* {
    margin:0;
    font-family: verdana;
}
#square {
    position: absolute;
    background-color: rgb(148, 148, 148);
    color: black;
    line-break: auto;
    font-size:xx-large;
}
.centeredheader {
    text-align: center;
    font-size: xx-large;
}
#theme {
    position: relative;
    margin:0;
    background-color: orange;
    color: white;
    border-radius: 10vb;
}
#visual {
    background-color: white;
    border-radius: 20%;
}
#buttons {
    right: 0%;
    position: absolute;
}
.button {
    background-color: rgb(253, 138, 43);
    border-radius: 50vb;
}
#halloffame {
    position: relative;
    margin: 0;
    background-color: rgb(155, 175, 168);
}
#opt {
    position: relative;
    border-radius: 2vb;
    margin: 0;
}
a#opter {
    position: absolute;
    border-radius: 2vb;
    background-color: orange;
    color: white;
    font-size: xx-large;
    margin:0;
    font-weight: bold;
    text-align: center;
}
/**/