body{
    background-image: url("../images/westernBackground.jpg");
}

#header{
    width: 100%;
    height: 200px;
}

.container{
    margin-bottom: 2em;
}

.img-col{
    border-style: dashed;
    border-width: 5px;
    overflow: hidden;
    border-color: antiquewhite;
    background-color: rgba(250, 93, 0, 0.67);
}

.guess-col{
    border-style: dashed;
    border-width: 5px;
    border-color: antiquewhite;
    background-color: rgba(250, 93, 0, 0.67);
    text-align: center;
    font-family: 'Holtwood One SC', serif;
    line-height: 40px;
}

h2{
    margin-bottom: .5em;
}