h1 {
    font-size: 2.2rem;
}

h2 {
    font-size: 1.8rem;
}

h3 {
    font-size: 1.3rem;
}

body {
    font-size: 1rem;
}

.screen-fit-center {
    margin: 5vw;
    min-width: 90vw;
    min-height: 90vh;
    display: flex;
    align-content: center;
    justify-content: center;
}

.button {
    margin-top: 20px;
}

.button a {
    display: inline-block;
    padding: 12px;
    border: 3px solid white;
    border-radius: 16px;
    transition: background-color 0.2s;
}

.button a:hover {
    background-color: white;
    color: black;
}

.whatapp {
    color: green;
}

.insta {
    color: orangered;
}

.github {
    color: rgb(175, 3, 254);
}

.linkedin {
    color: rgb(12, 132, 223);
}
