*{
    margin: 0px;
    padding: 0px;
    font-family: 'Lato', sans-serif;
}

.content{
    display: flex;
    justify-content: center;
    text-align: center;
    display: table;
    background-image: url(/q3kmfhanzdyfelixhug.jpg);
    background-size: cover;
    height: 100vh;
    width: 100%;
   padding-top: 50vh;
   font-size: 30px;
} 


.a{
    color: orange;
}

.b{
    height: 35vh;
    width: 100%;
     display: flex;
    justify-content: center;
    text-align: center;
    align-items: center;
    display: table;
    padding-top: 10vh;
}

p{
    font-size: 30px;
}

.contact{
    width: 100%;
    background-color: gray;
    height: 30vh;
   display: flex;
   justify-content: center;
   align-items: center;
   text-align: center;
   display: table;
   padding-top: 20vh;


 }

 .down {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    position: relative;
    top: 76vh;
}

i {
     width: 50px;
    border: solid black;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding-top: 50px;
    
}
  

.c{
    height: 35vh;
    width: 100%;
     display: flex;
    justify-content: center;
    text-align: center;
    align-items: center;
    display: table;
    padding-top: 10vh;
}

.d{
    height: 35vh;
    width: 100%;
     display: flex;
    justify-content: center;
    text-align: center;
    align-items: center;
    display: table;
    padding-top: 10vh;
}