@font-face {
    font-family: Roboto;
    src: url(../fonts/Roboto-Light.ttf);
}
html{
    font-family: Roboto;
}
input{
    margin-bottom: 10px;
}
.content{
    font-family: Roboto;
}
#page_title{
    font-family: Roboto;
    margin-bottom: 60px;
}
.indexImage{
    margin-left: 40%;
    margin-top: 10%;
    width: 400px;
}
#mainImage{
    height: 200px;
}
.nav-link{
    font-size: 20px;
    width: 150px;
    text-align: center;
}
