*, *::after, *::before {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    border: 0;
}

body {
    width: 100%;
    height: 100vh;
    padding: 5%;
    background-color: #000807;
    background-image: url("../img/background_tico_esteves.webp");
    background-size: contain;
    background-repeat: repeat-x;
    font-family: "Montserrat", system-ui;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    overflow-x: hidden;
}

ul {
    list-style-type: none;
}

#social_div {
    width: 40%;
    padding: 3%;
    border-top: #01BEBF 3px solid;
    border-left: #01BEBF 2px solid;
    border-bottom: #01BEBF 3px solid;
    border-radius: 12px;
    border-top-left-radius: 36px;
    border-bottom-left-radius: 36px;
}

#social_div img {
    width: 100%;
}

.links, .links a:active, .links a:visited {
    display: flex;
    align-items: baseline;
    justify-content: center;
    align-items: center;
    text-align: center;
    width: 100%;
    margin: 1.2rem 0;
    padding: 20px;
    color: #000;
    background-color: #00FFFF;
    font-size: 1.2rem;
    font-weight: 600;
    text-decoration: none;
    list-style-type: none;
    border-radius: 20px;
}

.bottons a:hover {
    color: #FFF;
    background-color: #0A3E3C;
    border-top: #01BEBF 1px solid;
    border-right: #01BEBF 2px solid;
    border-left: #01BEBF 2px solid;
    font-weight: 300;
}

.bottons a:visited {
    color: #000;
    background-color: #00FFFF;
    font-weight: 300;
}

@media screen and (max-width: 1065px) {

    #social_div {
        width: 48%;
        padding: 3%;
        border-top-right-radius: 36px;
        border-bottom-right-radius: 36px;
    }
}

@media screen and (max-width: 750px) {
    body {
        padding-top: 12%;
        background-image: url("../img/background_mobile_tico_esteves.webp");
        background-size: 100% 100vh;
    }

    #social_div {
        width: 100%;
        padding: 3%;
        border-top-right-radius: 36px;
        border-bottom-right-radius: 36px;
    }
}