body {
    background-color: #3b1547;
    background-image: url(https://burgerdudes.se/wp-content/themes/Burgerdudes-2/burgerfest/2020/img/bg.png);
    background-repeat: repeat;
    background-size: 600px;
}
#logotype {
    display: block;
    margin: 40px auto 20px;
    max-width: 400px;
    width: 100%;
    padding: 0 30px;
}
h1,
h3 {
    color: #000;
    display: block;
    font-weight: bold;
    margin: 40px auto;
    text-align: center;
}
.box {
    -moz-box-shadow: 10px 10px 0px 0px rgba(127,115,133,1);
    -webkit-box-shadow: 10px 10px 0px 0px rgba(127,115,133,1);
    background-color: #fff;
    box-shadow: 10px 10px 0px 0px rgba(127,115,133,1);
    margin-bottom: 10px;
    padding: 20px 20px 5px;
    display: inline-block;
    margin-left: auto;
    margin-right: auto;
}
.box iframe {
    max-width: 100%;
}
.arranged-by img {
    max-height: 105px;
    margin-bottom: 20px;
}
.arranged-by img.barrels {
    margin-bottom: 40px;
}
#cookie-notice .cn-button {
    background-color: #de4436;
    border-radius: 4px;
    color: #fff;
    font-family: houschka-rounded, sans-serif;
    font-weight: 600;
    height: 30px;
    display: inline-block;
    line-height: 30px;
    padding: 0 15px;
    text-transform: uppercase;
    transition: background-color 0.3s ease;
}
#cookie-notice .cn-close-icon {
    transition: all 0.3s ease;
}
#cookie-notice .cn-button:hover {
    background-color: #c43c2f;
    text-decoration: none;
}