body {
    background-color: #ff6666;
    justify-content: center;
    padding: 0%;
    margin: 0%;
    height: 100vh;
    transform: scale(0.6);
    transform-origin: top center;
}

main {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 100vh;
    padding: 2rem;
    box-sizing: border-box;
    text-align: center;

}

.MelvinLeftEye {
    position: relative !important;
    z-index: -1;
    left: -98px;
    top: 770px;

}

.MelvinRightEye {
    position: relative !important;
    z-index: -1;
    left: -72px;
    top: 770px;
}

.OldManLeftEye {
    position: relative !important;
    z-index: -1;
    left: 28px;
    top: 261px;
}

.OldManRightEye {
    position: relative !important;
    z-index: -1;
    top: 259px;
    left: 19px;
}

#titleImage {
    position: relative;
    max-width: 500px;
    filter: drop-shadow(0px 11px 5px #000000);
    z-index: 2;
    top: 200px;
}

.SiteImage {
    margin-top: 0%;
    width: 100%;
    z-index: 2;
}

#anchor {
    border: solid;
    border-color: rgb(37, 0, 0);
    filter: drop-shadow(0px 2px 2px #000000)
}