body {
    margin: 0;
    font-family: "Montserrat", sans-serif;
    text-align: center;
}

.top-container {
    background-color: #1572A1;
    height: 500px;
    margin: 0;
}

.writing {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

.cat-nose {
    padding-top: 40px;
    display: flex;
    justify-content: center;
    height: 180px;
    opacity: 0.8;
}

.greeting {
    margin-top: 0;
    font-family: "Pacifico", cursive;
    font-size: 3rem;
    font-weight: 300;
    color: #E3BEC6;

}

.programmer {
    margin-top: 0;
    font-size: 1.5rem;
    font-weight: 400;
    align-items: center;
    color: #E3BEC6;
}

.emphasize {
    font-style: italic;

}

.presenting {
    background-color: #EFDAD7;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.pic-chara {
    height: 200px;
    width: 200px;
    border-radius: 50%;
    border: 2px solid #9AD0EC;
    margin-top: 100px;

}

.greetting2 {
    font-size: 1.8rem;
    font-weight: 800;
    color: #1572A1;
    text-align: center;

}

.my-skill {
    margin-bottom: 80px;
}

.developer {
    font-size: 1rem;
    font-weight: 400;
    color: #1572A1;
    margin-bottom: 100px;
}

.features {
    display: flex;
    flex-direction: column;
    align-items: center;


}

.img-feature {
    height: 200px;
    border-radius: 50%;
    border: 2px solid #9AD0EC;
}

.container-features {
    display: grid;
    grid-template: 1fr 1fr / 1fr 2fr;
    gap: 1rem;
    justify-content: center;
    margin-bottom: 50px;
    margin-right: 0.5rem;
}

.text-feature {
    font-size: 1rem;
    font-weight: 400;
    color: #1572A1;
    align-self: center;
    text-align: justify;
}

.container-contact {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.contact {
    margin-bottom: 30px;
}

.buttons {
    display: grid;
    grid-template: 1fr / 1fr 1fr 1fr;
    margin-bottom: 50px;

}

.btn {
    border: 0;
    padding: 1rem;
    border-radius: 10px;
    background-color: #9AD0EC;
    background-image: linear-gradient(to top left,
            rgba(0, 0, 0, 0.2),
            rgba(0, 0, 0, 0.2) 30%,
            rgba(0, 0, 0, 0));
    box-shadow:
        inset 2px 2px 3px rgba(255, 255, 255, 0.6),
        inset -2px -2px 3px rgba(0, 0, 0, 0.6);
    margin: 10px;
}

.btn-game {
    font-weight: 500;
    text-decoration: none;
    color: white;
    text-shadow: 1px 1px 1px #000;
    text-align: center;
    font-size: 1rem;
}

.bottom-container {
    background-color: #9AD0EC;
    text-align: center;
    height: 200px;
}

.footer {
    padding: 70px 0px 20px 0px;

}

.name-register {
    margin-bottom: 0;
    color: #1572A1;
    font-size: small;
}

.link-footer {
    padding: 0 10px;
    text-decoration: none;
    color: #1572A1;
}