
body{
    display: flex;
    flex-direction: column;
    justify-content: center; 
    align-items: center;

    padding: calc(5vw + 5vh) calc(15vw + 15vh) calc(5vw + 5vh) calc(15vw + 15vh);
}

.privacy h1{
    font-weight: 900;
    font-size: calc(2vw + 2vh);
}

.privacy h2{
    margin-top: calc(1vw + 1vh);
}

.privacy li{
    margin-left: calc(1vw + 1vh);
    margin-top: calc(0.2vw + 0.2vh);
}
.privacy a{
    color: var(--lutor-orange);
    background-color: var(--background-color-transparent);

    transition: all 0.1s ease;
}

.privacy a:hover{
    background-color: var(--color-white);
}

.social-lists{
    margin-top: calc(1vw + 1vh);
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: calc(0.7vh + 0.7vw);
    width: 100%;
}

.social-lists h1{
    border-top: 1px solid var(--color-white-darker);
    
    font-size: calc(2vw + 2vh);
    width: 100%;
    font-weight: 900;
    margin-bottom: 0;
}

.social-lists h2{
    
    margin-top: calc(-0.6vw - 0.6vh);
    font-size: calc(0.6vw + 0.6vh);
    font-weight: 400;
    width: 100%;
}

.social-lists div{
    width: 100%;
}