@font-face {
    font-family: cheri;
    src: url('cheri/cheri.TTF') format('truetype');
}

body{
    background-color: #739072;
    
}

h1{
    font-family: cheri;
    text-align: center;
    font-size: 50px;
    color: #706233;
}

p{
    font-family: cheri;
    color: white;
}