.top {
    display: inline-block;
    color: #F8DEAF;
    background-image: linear-gradient(to right, #751E2E, #280E06);  
    border: 10px solid #280E06;
    border-radius: 8px;
    background-position: center;
    background-attachment: fixed;
    width: 98%;
}

@media screen and (orientation: landscape) {
    .top {
      background-image: repeating-conic-gradient(#751E2E 10%, #280E06 20%);  
    }
}

em {
    color:white;
    text-transform: uppercase;
    font-style: italic;
} 

.verbiage {
    margin-left: 3%;
    margin-top: 3%;
    font-family: Fantasy,Copperplate,Papyrus;
    font-size: 2em;
}

.text {
    margin-left: 3%;
    margin-top: 3%;
    text-indent: 10px;
    font-size: 1em;
    font-family: Garamond,Georgia,Times New Roman,Serif;
}

.logo {
    position: absolute; 
    right: 30;
    top: 25;
    height: 70;
  }

.pic {
    position: absolute;
    top: 80;
    right: 30;
    margin-top: 5em;
    margin-right: 3em;
    border: 10px solid #280E06;
    border-radius: 10%;
    height: 250px;
}

.top, .pic {
    box-shadow: 0 15px 25px 0 rgba(0, 0, 0, 0.5), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

@media screen and (orientation: landscape) {
    .pic {
       height: 300px;
    }
}

a {
    color: #48B3D8;
}

body {
    background-color: #76472B;
    color: #F8DEAF;
}
