html, body {
    background-color: black;
}

body {
    background-image: url("/images/adventure-strategy/great-deku-tree/popup/popup_bkgrd.gif");
    overflow-x: hidden;
    overflow-y: hidden;
    background-repeat: no-repeat;
    display: flex;
}

#header {
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #FFCC00;
    text-align: center;
    position: absolute;
    top: 25px;
    left: 54px;
    width: 200px;
}

#header h1 {
    font-family: Verdana, Arial, Helvetica;
    font-size: 10px;
    padding: 0;
    margin: 0;
}

#header h2 {
    font-family: Verdana, Arial, Helvetica;
    font-size: 13px;
    padding: 0;
    margin: 0;
    width: 150px;
}

#left-arrow {
    position: absolute;
    top: 30px;
    left: 35px;
}

#right-arrow {
    position: absolute;
    top: 30px;
    left: 250px;
}

main {
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 550px;
    height: 295px;
}

main > p {
    margin-top: 60px;
    color: white;
    font-family: Verdana, Arial, Helvetica;
    font-size: 10px;
    width: 180px;
    padding-right: 20px;
    margin-left: 40px;
}

main > img {
    margin-top: 60px;
    border-radius: 25px;
}

footer {
    color: #666666;
    position: absolute;
    top: 300px;
    left: 210px;
    font-family: Verdana, Arial, Helvetica;
    font-size: 10px;
}