* {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 1em;
    box-sizing: border-box;
}

[hidden] {
    display: none !important;
}

::selection {
    color: burlywood;
}

a {
    color: white;
    text-decoration: none;
}

p {
    margin: 0;
}

body {
    background-color: #583e06;
    padding: 2vw;
    max-height: 100vh;
}

img {
    max-height: 200px;
    max-width: 200px;
}

.circle {
    height: 25px;
    width: 25px;
    border-radius: 50%;
    display: inline-block;
    background-color: white;
    transition: background-color 0.5s ease;
}

.parent {
    filter: blur(0.1rem);
    transition: filter 2s;
    position: relative;
    top: 0;
    left: 0;
    align-items: center;
    text-align: center;
}

.parent:hover {
    filter: blur(0);
}

.parent a {
    display: block;
    width: 100%;
    height: 100%;
    text-decoration: none;
    color: white;
}

#internet:hover #internet-circle {
    background-color: #72405C;
}

#gallery:hover #gallery-circle {
    background-color: #FFC40C;
}

#airport:hover #airport-circle {
    background-color: #235789;
}

#post:hover #post-circle {
    background-color: #ff8000;
}

#garden:hover #garden-circle {
    background-color: #4A5D23;
}

#tea:hover #tea-circle {
    background-color: #A81C07;
}

#clubhouse:hover #clubhouse-circle {
    background-color: #7FB069;
}

#museum:hover #museum-circle {
    background-color: #D65780;
}

#press:hover #press-circle {
    background-color: #606c81;
}

#bulletin:hover #bulletin-circle {
    background-color: #560000;
}

#hall:hover #hall-circle {
    background-color: #e0d87c;
}

#home:hover #home-circle {
    background-color: #F8F8FF;
}

#internet {
    position: absolute;
    top: 25vh;
    left: 8vw;
    width: 6%;
    height: 150px;
}

#library {
    position: absolute;
    top: 17vh;
    left: 18vw;
    width: 6%;
    height: 150px;
}

#gallery {
    position: absolute;
    top: 38vh;
    left: 29vw;
    width: 6%;
    height: 150px;
}

#airport {
    position: absolute;
    top: 22vh;
    left: 44vw;
    width: 6%;
    height: 150px;
}

#post {
    position: absolute;
    top: 31vh;
    left: 66vw;
    width: 6%;
    height: 150px;
}

#nursery {
    position: absolute;
    top: 15vh;
    left: 76vw;
    width: 6%;
    height: 150px;
}

#archives {
    position: absolute;
    top: 45vh;
    left: 15vw;
    width: 6%;
    height: 150px;
}

#bulletin {
    position: absolute;
    top: 45vh;
    left: 41vw;
    width: 6%;
    height: 150px;
}

#garden {
    position: absolute;
    top: 57vh;
    left: 46vw;
    width: 6%;
    height: 150px;
}

#tea {
    position: absolute;
    top: 20vh;
    left: 84vw;
    width: 6%;
    height: 150px;
}

#clubhouse {
    position: absolute;
    top: 56vh;
    left: 15vw;
    width: 6%;
    height: 150px;
}

#museum {
    position: absolute;
    top: 80vh;
    left: 22vw;
    width: 6%;
    height: 150px;
}

#hall {
    position: absolute;
    top: 51vh;
    left: 74vw;
    width: 6%;
    height: 150px;
}

#spa {
    position: absolute;
    top: 70vh;
    left: 48vw;
    width: 6%;
    height: 150px;
}

#press {
    position: absolute;
    top: 68vh;
    left: 64vw;
    width: 6%;
    height: 150px;
}

#home {
    position: absolute;
    top: 86vh;
    left: 85vw;
    width: 6%;
    height: 150px;
}

@media only screen and (max-width: 768px) {
    #guy-wrapper {
        position: fixed;
    }
}

.center-text {
    display: flex;
    justify-content: center;
}

#guy-wrapper {
    position: absolute;
    pointer-events: none;
    z-index: 1000;
    will-change: transform;
}

#guy {
    width: 5rem;
    height: 5rem;
    filter: drop-shadow(0 0 1rem white);
    transition: transform 0.2s ease-out;
    will-change: transform;
}