body {
    background-color: #FBFBFB;
    color: #8A5821;
    font-family: 'Candal', sans-serif;
}

h1 {
    text-align: center;
}

#random_image {
    width: 100%;
    position: relative;
    top: -400px;
}
.banner_container {
    height: 500px;
    overflow: hidden;
    border: 2px solid #8A5821;
    margin-bottom: 20px;
}

@media(max-width: 1000px) {
    #random_image {
        position: static;
    }
    .banner_container {
        height:auto;
        height: 300px;
    }
}

#fire_icon {
    margin-right: 10px;
}
