
.ribeye-regular {
    font-family: "Ribeye", serif;
    font-weight: 400;
    font-style: normal;
}
.lato-regular {
    font-family: "Lato", sans-serif;
    font-weight: 400;
    font-style: normal;
}
body {
    font-size: 16px;
    width: 950px;
    margin-left: 500px;
    margin-right: 500px;
    align-items: center;
}
img {
    width: 300px;
}
/*header*/
a {
    color: white;
    padding: 10px;
    text-decoration: none;
}
.mid {
    text-align: center;
    font-size: 50px;
}
.inline-nav {
    background-color: #0000fb;
    text-align: center;
}