@import url(https://fonts.bunny.net/css?family=anton:400);
@import url(https://fonts.bunny.net/css?family=faster-one:400);

body, button, input {
    background-color: #f2d3d0;
    color: #3A2E2E;
    font-family: Anton;
    font-size: 31px; ;
}

h1 {
    color: #A31621;
    font-family: 'Faster One';
    font-size: 90px;
}

a {
    color: palevioletred;
    text-decoration: none;
    padding-left: 5px;
    padding-right: 5px;
}

a:hover {
    color: 	#A31621;
    border: 1px solid #A31621;
}

img {
    vertical-align: middle;
}   

.centertext {
    text-align: center;
}