*{
    margin:0;
    padding:0;

}

@font-face {
    font-family:themillion;
    src: url(pricedown.ttf);
}

body{
    width: 100%;
    height: 100vh;
    
    background-color:  fff;

    font-family:themillion;

    

}



.container{
    width: 40%;
    height: 115vh;
    margin-top: 5vh;
    margin-bottom: 5vh;
    margin-left: 30%;
    background-color:   #0010e99c;
}

.flex-img{
    display: flex;
    justify-content: center;
}

.img-principal{
    width: 150px;
    height: 150px;
    border-radius: 50%;
    margin-top: 3vh;
}

h1{
    text-align: center;
    color:#fff ;
    margin-top: 10px;

}

.link{
    width: 80%;
    height: 10%;
    margin-left: 10%;
    font-size: 25px;
    padding-top: 10px;
    font-family:themillion;
    padding-bottom: 10px;
    margin-top: 3vh;
    background-color: #fff;
    border-radius: 5px;
    border: 2px solid rgba(255, 255, 255, 0);
    color:#fff ;
    cursor: pointer;
    

}

.link2{
    width: 80%;
    height: 5%;
    margin-left: 10%;
    font-size: 18px;
    padding-top: 10px;
    font-family:themillion;
    padding-bottom: 10px;
    margin-top: 3vh;
    background-color: rgba(0, 119, 255, 0.411) ;
    border-radius: 5px;
    border: 2px solid rgba(255, 255, 255, 0);
    color:#ffff ;
    cursor: pointer;

}

.link2:hover{
    background-color: #e2e2e257;
    transform: scale(1.05);
    transition-duration: 1s;
    

}

.link:hover{
    background-color: #e2e2e257;
    transform: scale(1.05);
    transition-duration: 1s;
    

}



/*=== RESPONSIVE === */

@media(max-width:550px){
    
  
    
    
    .container{
        width: 80%;
        margin-left: 10%;
        height:100vh;
    }
    .link{
        margin-top: 1.5vh;
    }
    .link2{
        margin-top: 1.5vh;
    }
    h1{
        margin-top: 3vh;
    }

}