body {
    background-color: rgb(0, 49, 30);
    font-family:verdana;
    color:rgb(212, 212, 212);
}

section#topsection {
    /* border: 8px solid #009; */
    /* outline: 8px solid #900; */
    min-height: 400px;
    margin: 25px;
    display: flex;
}

.buttonlink {
    /* border:2px solid red; */
    padding:10px;
    text-decoration: none;
    color:teal;
    background-color: orange;
    border-radius: 20px;

}

.buttonlink:hover {
    background-color:rgb(255, 145, 0);
    color:rgb(0, 194, 194);
}

#textbox {
    background-color: rgba(0, 128, 128, 0.795);
    height:250px; width:50%;
    transform:translate(100px,75px);
    text-align:center; 
    border-radius: 10px;
}

#textbox h1{
    text-align:center;font-weight:normal;
    margin: 12px 0px;
    font-size: 30px;
}
#textbox h1 + p {
    text-align:center;color:orange;
    margin: -5px 0px 20px 0px;
    font-size: 25px
}
#textbox p {
    margin:20px;
    
    text-align:left
}

#photobox {
    background-color: olivedrab;
    height:400px; width:50%;
    background-image: url(../images/Drive.jpg);
    background-size:cover;
}