body{
    background-image: url(https://i.pinimg.com/1200x/fe/05/97/fe0597367096c2f183fc07792001cd37.jpg);
}

h1{
    color: #FAF9EF;
}

h1:hover{
    color: #881F1E;
}

.cont{
    background-color: rgba(255, 255, 255, 0.5);
    width: 95%;
    height: auto;
    padding: 0.5rem;
    margin: auto;
}

.box{
    width: 80%;
    height: auto;
    min-height: 100px;
    border: 1px solid #881F1E;
    padding: 1rem;
    background-color: #FAF9EF;
    display: block;
    margin: auto;
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
}

.box a{
    color: #881F1E;
    transition: ease-in-out 0.3s;
    text-decoration: none;
}

.box a:hover{
    color: #FAF9EF;
}

p{
    text-align: center;
}

#bun{
    width: 64px;
    height: auto;
    image-rendering: pixelated;
}