@font-face{
    font-family: 'Hua';
    src:url('hua-13.ttf') format('truetype');
}
nav{
    background-color: white;
    width: 100vw;
    display: flex;
    position: sticky;
    top: 0;
    z-index: 100;
}
#home{
    min-height: 100vh;
    background-image: url("fondo_about_me.jpg");
    background-size: cover;
}   
.my_skills{
    margin-right: 20px;
}
.main_home{
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content:center ;
    .welcome_skills{
        margin-bottom: 45px;
    }
}
.main_about_me{
    height: 100vh;
    background-color: white;
    h2{
        text-align: center; 
        color: black;
        font-family:"Hua";
        font-size: 3em;
        font-weight: 900;
    }
    p{
        justify-content: center;
        text-align: center;
        padding: 30px; 
        color: black;
        font-family:"Hua";
        font-size: 2em;
    }
}
.content_about_me{
    display: flex;
    min-height: 100vh;
    flex-direction: column;
    justify-content: center;
    .picture_profile{
        justify-content: center;
        img{
            justify-content: center;
            border-radius: 10%;
            width: 300px;
        }
    }
}
.main_projects{
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.title_section{
    margin-top: 0;
    padding-top:0 ;
    padding-bottom:100px ;
    justify-content: center;
    h2{
        display: flex;
        justify-content: center;
        font-family:"Hua";
        font-size: 3em;
        font-weight:800;
    }
}
.container_projects{
    display: flex;
}
.titles{
    text-align: center;
    font-family:"Hua";
    font-weight: 900;
    padding: 0 20px;
    margin-bottom: 20px;
    font-size: 15px;
}
.box{
    width:20%;
    background-color:black;
    border-radius: 10%;
    padding-top:10px;
    margin: auto;
    img{
        width: 220px;
        height: 250px;
        border-radius: 5%;
        filter:blur(1.0px) drop-shadow(5px 5px 10px rgba(0, 0, 0, 1.2));
        cursor: pointer;      
        object-fit: cover;
    }
    img:hover{
        transform: scale(1.1);
        opacity: 75%;
    }
}
.main_contact{
    min-height: 100vh;
    background-color: white;
    justify-content: center;
    display: flex;
    flex-direction: column;
    a:hover{
        filter: drop-shadow(1px 2px 2px rgba(0, 0, 0, 1));
    }
}
.title_contact{
    h2{
        text-align: center;
        font-size: 3em;
        font-family: 'Hua';
        color: black;
        font-weight: 900;
    }
}
.content_contact{
    justify-content: center;
    display: flex;
}
 .title_social_media{
    padding-top:20px ;
    padding-left: 40px;
}
.social_media{
    padding: 60px 80px;
    img{
        width: 150px;
    }
}
.table{
    width: 100vw;
    height: 50vh;
}
.foots{
    font-family: monospace;
    margin: center;
    height: 10vh;
}
div {
    text-align: center;
}
a{
    text-decoration: none;
    margin-left: 40px;
    margin-right: 40px;
    color: black;
    font-weight: 900;
}
td{
    background-color: aqua;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}
th{
    background-color:aquamarine;
    font-family: sans-serif;
}
table{
    margin: auto;    
}
footer{
    font-family: monospace;
    justify-content: center;
    color: white;
    position: absolute;
    bottom: 0;
}
body{
    background-color: black;
}
h1{
    text-align: center; 
    color: white;
    font-family:"Hua";
    font-size: 3em;
    font-weight: 900;
}
h2{
    text-align: center; 
    color: white;
    font-family:"Hua";
    font-size: 2em;
    font-weight: lighter;
}
nav{
    background-color: white;
    width: 100vw;
    display: flex;
    a{
        color: black;
        margin: auto;
        font-weight: 900;
        padding: 10px;
        text-decoration: none;
        cursor: pointer;
    }
    a:hover{
        filter: drop-shadow(1px 2px 2px rgba(0, 0, 0, 1));
    }
}
body {
    font-family:"Hua";
    justify-content: space-between;
}
