@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;1,100;1,300;1,400;1,500;1,700&display=swap');
*{
    margin: 0;
    padding: 0;
    font-family: 'Roboto', sans-serif;
}
.container{
    background-color: #23252c;
    padding: 5% 25%;
}
.photo>img{
    width: 100%;
    border-radius: 1em 1em 0 0 ;
}
.content{
    background-color: #1a1b21;
}
.footer{
    background-color: #161619;
}
h1{
font-family: 'Roboto', sans-serif;
font-style: normal;
font-weight: 700;
font-size: 25px;
line-height: 30px;
text-align: center;
color: #FFFFFF;
}
h3{
font-family: 'Roboto', sans-serif;
font-style: normal;
font-weight: 400;
font-size: 12.8px;
line-height: 15px;
text-align: center;

color: #F3BF99;
}
h4{
font-family: 'Inter';
font-style: normal;
font-weight: 400;
font-size: 10.24px;
line-height: 150%;
text-align: center;
color: #F5F5F5;
}
.button{
    display: flex;
    justify-content: space-between;
    padding: 8% 15%;  
}
.button-white{
background-color: white;
padding: 4% 8%;
border: 1px solid #D1D5DB;
box-sizing: border-box;
width: 40vw;
box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.05);
border-radius: 6px;
display: flex;
flex-direction: row;
justify-content: center;
align-items: center;
margin: 4% 4%;
}
h5{
font-family: 'Roboto', sans-serif;
font-style: normal;
font-weight: 500;
font-size: 14px;
line-height: 16px;
color: #374151;
}
.mail{
    padding: 2%;
    ;
}
.linkedin{
    padding: 2%;
}
.button-blue{

display: flex;
flex-direction: row;
justify-content: center;
align-items: center;
padding: 4% 8%;
background: #5093E2;
box-sizing: border-box;
width: 40vw;
box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.05);
border-radius: 6px;
margin: 4% 4%;
}
.button-blue h5{
font-family: 'Roboto', sans-serif;
font-style: normal;
font-weight: 500;
font-size: 14px;
line-height: 16px;
color: #FFFFFF;
}
.extra-info{
    padding: 8% 15%;
}
h2{
font-family: 'Roboto', sans-serif;
font-style: normal;
font-weight: 700;
font-size: 16px;
line-height: 150%;
color: #F5F5F5;
}
p{
font-family: 'Roboto', sans-serif;
font-style: normal;
font-weight: 400;
font-size: 10.24px;
line-height: 150%;
color: #DCDCDC;
}
.about{
    margin-top: 4%;
}
.interest{
    margin-top: 4%;
}
footer{
    padding: 6% 23%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
