* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    margin: 0;
    padding: 0;
    overflow: hidden;
    font-family: "Open Sans", serif;
    font-weight: 300;
    line-height: 1.6;
}

.decoration {
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
    z-index: 1;
}

.decoration img {
    display: block;
    margin: 0;
    padding: 0;
}

.content {
    position: relative;
    z-index: 2;
    width: 100%;
    height: 100vh;
}

.left-menu {
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
    z-index: 3;
}

.left-menu img {
    display: block;
    margin: 0;
    padding: 0;
}

.main-content {
    position: relative;
    z-index: 2;
}

.home, .about {
    position: absolute;
    left: 0;
    margin: 0;
    padding: 0;
}

.home {
    top: -70px;
    z-index: 2;
}

.about {
    top: -40px;
    z-index: 3;
}

.home img, .about img {
    display: block;
    margin: 0;
    padding: 0;
}

.left-menu {
    display: none;
}

.home-click-area {
    position: absolute;
    top: 42%;
    left: 5.7%;
    width: 200px;
    height: 80px;
    cursor: pointer;
    z-index: 30;
}

.about-click-area {
    position: absolute;
    top: 58%;
    left: 2%;
    width: 350px;
    height: 80px;
    cursor: pointer;
    z-index: 30;
}

.square-images {
    position: absolute;
    top: 85%;
    left: 81%;
    transform: translate(-50%, -50%);
    z-index: 4;
    display: flex;
    flex-direction: row;
    gap: 40px;
}

.square-images img {
    display: block;
    margin: 0;
    padding: 0;
    width: 350px;
    height: 388px;
}

.malmequer, .procura, .expressao {
    cursor: pointer;
    transition: transform 0.3s ease;
}

.malmequer:hover, .procura:hover, .expressao:hover {
    transform: scale(1.1) rotate(-1.5deg);
}




/* */

.contact {
    position: absolute;
    bottom: -2%;
}

.description {
    position: absolute;
    top: 33%;
    left: 53%;
    transform: translateX(-50%);
    z-index: 15;
    text-align: justify;
    color: #fff;
    font-size: 27px;
}

.contact-button {
    position: absolute;
    bottom: -1%;
    z-index: 20;
    width: 60px;
    height: auto;
}

.contact-button-click-area {
    position: absolute;
    bottom: 29%;
    right: 23%;
    width: 100px;
    height: 80px;
    cursor: pointer;
    z-index: 9999;
}

.email {
    position: absolute;
    bottom: 22%;
    right: 22%;
    z-index: 15;
    color: #fff;
    font-size: 20px;
    cursor: pointer;
}

.email a {
    text-decoration: none;
    color: inherit;
}

/* */



