img {
    width: 500px;
    border: 5px solid #0b7fab;
}

body {
    margin: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #f1e4de;
}

p {
    font-family: 'El Messiri', sans-serif;
    font-size: 2rem;
}

h1, h2 {
    font-family: 'Solway', serif;
}

#guess {
    border: 5px solid #0b7fab;
    padding: 6px;
}

#guess-button {
    border-radius: 30%;
   border: 5px solid #0b7fab;
   font-size: 1.5rem;
   background-color: #f4d75e;
   font-family: 'Solway', serif;
}

#user-message {
    font-family: 'Solway', serif;
    font-size: 1rem;
}

#reset {
    border-radius: 30%;
    border: 5px solid #0b7fab;
    font-size: 1.5rem;
    background-color: #f4d75e;
    font-family: 'Solway', serif;  
}