@font-face {
    font-family: leipis;
    src: url(Rye/Rye-Regular.ttf);
}

h1 {
    text-shadow: 2px 2px 10px #4e2727;
    font-size: 50px;
}

body {
    background-color: rgb(179, 126, 91);
    text-align: center;
    font-family: leipis, sans-serif;
    color: #fff;
    text-shadow: 2px 2px 5px #4e2727;
}

.container {
    background-color: #b40e0e;
    margin-left: auto;
    margin-right: auto;
    max-width: 900px;
    padding: 25px;
}

img {
    border: 25px solid white;
    margin: 15px;
}

img:hover {
    box-shadow: 2px 2px 15px rgba(0, 0, 0, 0.829);
}

a:link {color: rgb(241, 199, 170);}
a:visited {color: rgb(204, 170, 148);}
a:hover {text-decoration: none;}
a:active {color: rgb(129, 103, 87);}