@font-face {
    font-family: 'Roboto-Medium';
    src: url('Roboto-Medium.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Roboto-MediumItalic';
    src: url('Roboto-MediumItalic.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

h1{
    font-size: 35px;
    font-family: Roboto-Medium;
}
h2{
    font-size: 35px;
    font-family: Roboto-MediumItalic;
}
nav{
    display: flex;
    background-color: grey;
    justify-content: space-evenly;
    align-items: center;
    height: 50px;
}
nav i,nav a{
    color: orange;
    font-family: Roboto-MediumItalic;
    text-decoration: none;
    font-size: 24px;
    transition: 0.5s;
    
}
h3{
    font-family: 'Roboto Condensed', sans-serif;    
}