﻿body {
    

}
#header {
    color: darkblue;
    background-color: gainsboro;
    width: auto;
    height: auto;
    font-family: Courier New, Courier, monospace;
    font-size: larger;
    padding: 16px;
    margin: 0 auto;
    font-weight: bold;
    border:5px solid black;
    border-radius:9px;
    text-align:center;
}

#enableCookies p {
    font-family: monospace;
    font-size: large;
}
#enableCookies {
    background-color: lightblue;
    padding: 17px;
    width: auto;
}
#enableCookies h2 {
    font-weight: bold;
    color: darkblue;
}
#enableCookies a {
    text-decoration:none;
    color:crimson;

}
#enableCookies a:hover{
    text-decoration: underline;
    color: purple;
}

#instructions {
    background-color: linen;
    padding: 17px;
    width: auto;
}
    #instructions p {
        font-family: monospace;
        font-size: large;
    }
    #instructions ol {
        font-family: monospace;
        font-size: large;
    }
    #instructions h2 {
        font-weight: bold;
        color: darkblue;
    }
#instructions h3 {
    font-weight: bold;
    color: black;
}

#headerSession {
    color: darkorange;
    background-color: gainsboro;
    width: auto;
    height: auto;
    font-family: Courier New, Courier, monospace;
    font-size: larger;
    padding: 16px;
    margin: 0 auto;
    font-weight: bold;
    border: 5px solid black;
    border-radius: 9px;
}


#session {
    background-color: lightblue;
    padding: 17px;
    width: auto;
}
#session h2 {
    font-weight: bold;
    color: darkblue;
}
#Image1 {
    position: relative;
    float: right;
    padding-top: 149px;
}