

header {
    border: 3px solid black;
    height: 300px;
    widows: 300px;
    font-size: 20px;
    text-align: center;
    margin: 0 auto;
    width: 80%;
    border-radius: 10%;
}

.underscore {
    border: 3px solid black;
    height: 150px;
    widows: 300px;
    font-size: 100px;
    text-align: center;
    margin: 25px auto;
    width: 80%;
} 

.rightGuess {
    border: 3px solid black;
    height: 150px;
    widows: 300px;
    font-size: 20px;
    text-align: center;
    margin: 25px auto;
    width: 80%;
} 

.wrongGuess {
    border: 3px solid black;
    height: 150px;
    widows: 300px;
    font-size: 20px;
    text-align: center;
    margin: 25px auto;
    width: 80%;
} 

html {
    font-family: 'Indie Flower', cursive;
}
body{
    background : url("../images/rickmorty-2.png");
    background-size: contain;
    background-repeat: repeat;
    height: 100%;
}

.image{
        background : url("../images/panorama.png");
        background-size: cover;
        background-repeat: no-repeat;
} 


