
body {
    background-image: url("../images/full-frame-hypnotic-black-and-white-spiral-background-video.jpg");
    background-size: contain;
    background-attachment: fixed;
    margin: 0;
}
#logo {
    display: flex;
    align-items: center;
}
#header {
    display: flex;
    justify-content: space-between;
}
#nextLink{

    width: fit-content;
    display: flex;
    align-items: center;
    font-size: 31px;
    font-family: "Grenze Gotisch", serif;
}

#name {
    font-size: 50px;
    font-family: "Grenze Gotisch", serif;
    width: fit-content;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 10px;
}
#eye {
    width: 115px;
    padding-left: 5px;
}
#illusionName{
    width: fit-content;
    text-align: center;
    font-family: "Tilt Prism", sans-serif;
    font-size: 73px !important;
    font-weight: bold;
    padding-bottom: 8px;
}
#canvas{
    display: block;
    margin: auto;
}
#content{
    background-color: #ffffff;
    width: 80%;
    margin: auto;
    padding-left: 15px;
    padding-right: 15px;
}
#illusionName {
    margin: auto;
    font-size: 186%;
    width: fit-content;
}
#clickme{
    margin: 0;
    font-size: 13px;
    font-style: italic;
    color: #adadad;
}
.button {
    padding: 20px;
    font-size: 15px;
    background-color: #9ae7ff;
    font-weight: bold;
}
#buttonRow {
    display: block;
    width: fit-content;
    margin: auto;
}
hr {
    border: 2px solid black;
}
#description {
    display: flex;
    flex-wrap: wrap;
}
.box{
    flex: 1 1 45%;
    padding: 20px;
    margin: 5px;
    border: dashed;
}
#toggleText{
    text-decoration: underline;
    color: grey;
}
#toggleText:hover {
    color: #5d5d5d;
}
#footer {
    padding-bottom: 2px;
    color: grey;
    font-style: italic;
}
* {
    font-family: "Nunito", sans-serif;
}