*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}
.main{
    width: 100%;
    height: 100vh;
    /* margin: 0 auto;    */
    background-color: #F8F8F8; 
    display: flex;
    justify-content: center;
    flex-direction: column;
    text-align: center;
}
h1{
    font-size: 50px;
}
/* body > section > div.title > h1.name */
h1.name{
    font-size: 60px;
    color: #1A1E5D;
}
h1 span.lastname{
    color: #FF4328;
}
.contact, .email, .address{
    display: flex;
    justify-content: center;
    align-self: center;
}
.contact p, .email p, .address p{
    margin-left: 10px;
    line-height: 30px;
    font-family: 'Poppins' sans-serif;
    font-weight: bold;
}
.contact i, .email i, .address i{
    color: #1A1E5D;
    font-size: 20px;
    line-height: 30px;
}
.info h2{
    margin-top: 30px;
    background-color: #1A1E5D;
    width: 100%;
    height: 10vh;
    display: flex;
    justify-content: center;
    line-height: 10vh;
    color: #FF4328;
}
/* .title,.contact,.email,.address{
    margin-top: 10%;
}

.main i{
    display: flex;
    justify-content: center;
    margin-bottom: -5px;
}
.main span p{
    margin-left: 5px;
} */