body {
    background: #3b013b;
    color: #e0a72b;
    font-family: 'Courier New', Courier, monospace
}

#halloween-side-intro {
    font-size: 50px;
    text-align: center;
}

.venstre {
    display: flex;
    width: 90%;
    max-width: 670px;
    height: auto;
    min-height: 300px;
    background-color: #e0a72b;
    justify-content: flex-start;
    box-sizing: border-box;
    padding: 20px;
    color: #3b013b;
    font-size: 1rem;
    margin: 2%;
    flex-wrap: wrap;
    text-align: right;
}

.høyre {
    display: flex;
    background: #e0a72b;
    max-width: 670px;
    
}

.skummel-hund {
     box-shadow: 4px 4px 10px rgba(0, 0, 0, 1);
}