body {
 /* background-color: steelblue;*/
  color: white;
  font-family: Courier;
  
  background-image: url('https://i.pinimg.com/736x/39/de/d2/39ded2322ab4dd119f1a09ad7726aca8.jpg');
  /*background-attachment: fixed;*/
  background-repeat: repeat;
  /*overflow: hidden;*/
}
  
  .navbar {
    background:#3a67a6;
    /*opacity:.5; feel free to remove this line if needed */
    position:absolute;
    top: 20px;          /* distance from the top */
    left: 4%;
    width:100px;
    height:90px;
    /*transform: rotate(-10deg);*/
    border-radius:50%;
    
    text-align:center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center; 
    padding:4px;
    z-index:1;
  }
  
  .circlehold {
    width:100%;
    height:155px;
    position: absolute;
    top: 20px;          /* distance from the top */
    left: 50%;          /* start at the middle */
    transform: translateX(-50%);
  }

  .circletext {
    text-align:center;
    display: flex;
    justify-content: center;
    align-items: center;
    color:black;
    padding:2px;
    position:relative;
    bottom:150px;
    width:300px;
    height:140px;
    margin:0 auto;
    z-index:2;
    text-shadow: rgb(255,255,255) 2px 0px 0px, rgb(192, 216, 255) 1.75517px 0.958851px 0px, rgb(2192, 216, 255) 1.0806px 1.68294px 0px, rgb(192, 216, 255) 0.141474px 1.99499px 0px, rgb(192, 216, 255) -0.832294px 1.81859px 0px, rgb(192, 216, 255) -1.60229px 1.19694px 0px, rgb(192, 216, 255) -1.97999px 0.28224px 0px, rgb(192, 216, 255) -1.87291px -0.701566px 0px, rgb(192, 216, 255) -1.30729px -1.51361px 0px, rgb(192, 216, 255) -0.421592px -1.95506px 0px, rgb(192, 216, 255) 0.567324px -1.91785px 0px, rgb(192, 216, 255) 1.41734px -1.41108px 0px, rgb(192, 216, 255) 1.92034px -0.558831px 0px;
    font-weight:bold;
  }

  .circle { 
    margin:0 auto;
    background:#693030;
    opacity:.5; /* feel free to remove this line if needed */
    /*position:relative;*/
    top:2px;
    width:300px;
    height:150px;
    transform: rotate(-10deg);
    border-radius:100%;
  }
  
  .window {
    color:black;
    position: absolute;
    top: 240px;    /* distance from top of page */
    left: 25%;
    width:320px;
  }


a {text-decoration: none; color: #eb6734; }