body {
    background-image: url("images/backgrounds/multi211.jpg");
}

header {
    margin: 5px;
    background-image: url("/images/backgrounds/cloud2.jpg");
    background-color: purple;
    text-align: center;
    padding: 25px;
    border-style: outset;
    border-color: darkred;
    color: rgb(86, 15, 8);
    font-size: 15px;
}
header a{
    float: left;
    text-decoration: none;
    margin-top: 65px;
    font-size: 20px;
}

header a:hover {
    background-color: white;
}

main {
    background-image: url("images/backgrounds/misc223.jpg");
    height: 600px;
    width: 1000px;
    margin-top: 40px;
    margin-left: 220px;
    border-style: groove;
    border-width: 10px;
    border-color: rgb(240, 197, 87);
}

#me {
    height: 500px;
    float: left;
    margin: 50px;
    border-style: outset;
    border-width: 10px;
    border-color: rgb(240, 197, 87);
}

#textbox1 {
    background-color:beige;
    border-style: outset;
    border-width: 10px;
    border-color: rgb(240, 197, 87);
    float: left;
    opacity: 80%;
    color:black;
    padding:100px;
    width: 300px;
    margin-top:80px;
    margin-left:25px;
    font-family:'Times New Roman', Times, serif
}

