h1 {
    color: #f2ebe3;
    text-align: center;
    font-size: 400%;
    font-family: FishersFont;
    padding: 0px;
}
p {
    color: #3f2f1f;
    text-align: center;
    padding: 5px;
    background-color: #f2ebe3;
    font-size: 150%;
    font-family: FishersFont;

}
body {
    background-image: url(Stim.jpg);
    background-repeat: repeat;
}
.resize {
    border: 10px solid #f2ebe3;width: 710px;

}
img {
    display: block;
    margin: auto;
}
@font-face {
font-family: FishersFont;
src: url(Fonts/FishersFont-Regular.ttf);
}
#buttons {
    display:flex;
}
