* {
  box-sizing: border-box;
}
body {
  margin: 0;
  font-family: Syne Mono;
}
.head-img {
  font-size: 1px;
  padding: 39px;
}
.h1-div {
  display: flex;
  flex-direction: row;
  justify-content: center;
}
  .space-1 {
    margin-top: 0;
    text-align: center;
    padding: 0;
    width: 30%;
  }
  
  .center-text {
    width: 35%;
    text-align: center;
    color: rgb(58, 0, 76);
    font-size: 35px;
    text-shadow: 2px 2px 2px rgb(67, 0, 0);
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 25px;
    padding-bottom: 25px;
    border-radius: 3px;
    margin-top: 0;
    margin-right: 20px;
    margin-left: 20px;
    border-style: solid;
    border-width: 3px;
    border-color: black;
    box-shadow: 3px 3px 3px rgb(67, 0, 0), -3px -3px 3px rgb(67, 0, 0);
  }
  .space-2 {
    margin-top: 0;
    text-align: center;
    padding: 0;
    width: 30%;
  }
.navbar ul {
  list-style-type: none;
  background-color: rgb(66, 66, 66);
  padding: 0px;
  margin: 0px;
  overflow: hidden;
  border-radius: 3px;
  box-shadow: 3px 3px 3px rgb(67, 0, 0), -3px -3px 3px rgb(67, 0, 0);
}
.navbar a {
  color: white;
  text-shadow: 2px 2px 3px;
  text-decoration: none;
  padding:15px;
  display: block;
  text-align: center;
}
.navbar a:hover {
  cursor: pointer;
  background-image: url(../images/static-color.gif);
}
.navbar li {
  float:left;
}
.nav-div {
  display: flex;
  justify-content: center;
  margin: 0;
}
.dropdown .content {
  display: none;
  position:absolute;
  background-color: rgb(66, 66, 66);
  border-width: 3px;
  border-radius: 3px;
  box-shadow: 3px 3px 3px rgb(67, 0, 0);
}
.dropdown a {
  color: white;
  text-shadow: 2px 2px 3px;
  text-decoration: none;
  padding:15px;
  display: block;
  text-align: center;
}
.dropdown:hover .content{
  display: block;
}
.main-page {
  display: flex;
  flex-direction: row;
  text-align: center;
  justify-content: center;
  margin-top: 10px;
}
  .aside-l {
    width: 20%;
    float:left;
    padding: 10px;
    border-style: solid;
    border-color: black;
    border-width: 3px;
    border-radius: 3px;
    color:rgb(255, 0, 174);
    text-shadow: 1px 1px 3px greenyellow;
  }
    .audio {
      justify-content: center;
      padding-left: 0;
      width: fit-content;
      border-radius: 5px;
      transition: .2s;
    }
    .audio:hover {
      justify-content: center;
      padding-left: 0;
      width: fit-content;
      border-radius: 5px;
      box-shadow: 3px 3px 3px rgb(173, 255, 47);
    }
  .section-m {
    background-color: rgb(67, 0, 0);
    text-shadow: 1px 1px 3px white;
    width: 50%;
    float: left;
    padding: 10px;
    border-style: solid;
    border-width: 3px;
    border-radius: 3px;
    margin-right: 7px;
    margin-left: 7px;
  }
  .aside-r {
    color: rgb(112, 0, 146);
    width: 20%;
    float:left;
    padding: 10px;
    border-color: black;
    border-style: solid;
    border-width: 3px;
    border-radius: 3px;
    text-shadow: 2px 2px 3px rgb(0, 160, 0);
  }
.main-pt {
  display: flex;
  flex-direction: row;
  text-align: center;
  justify-content: center;
  height: 100vh;
}
  .aside-lt {
    background-color: rgb(66, 66, 66);
    width: 20%;
    float:left;
    padding: 10px;
    border-style: solid;
    border-width: 3px;
    border-radius: 3px;
    font-size: 12px;
    height: 320px;
  }
  .section-mt {
    width: 50%;
    float: left;
    padding: 10px;
    border-style: solid;
    border-width: 3px;
    border-radius: 3px;
    margin-right: 7px;
    margin-left: 7px;
    overflow-y: auto;
    text-align: left;
    text-shadow: 2px 2px 3px rgb(122, 0, 178), -2px -2px 3px rgb(122, 0, 178);
  }
    .art-grid {
      margin: 15px;
      display: inline-block;
      cursor: pointer;
    }
      .img-1 {
        width: 200px;
        transition: .3s;
        border: 3px solid black;
      }
      .img-1:hover {
        width: 225px;
        box-shadow: 3px 3px 3px rgb(122, 0, 178);
      }
      .img-1 :active {
        opacity: .5;
      }
      .img-2 {
        height: 160px;
        transition: .3s;
        border: 3px solid black;
      }
      .img-2:hover {
        height: 185px;
        box-shadow: 3px 3px 3px rgb(122, 0, 178);
      }
    .img1page {
      margin: 15px;
      display: block;
      width: 94%;
    }
    .img2page {
      margin: 15px;
      display: block;
      width: 94%;
    }
  .aside-rt {
    background-image: url(../images/static.gif);
    width: 20%;
    color: rgb(173, 255, 47);
    text-shadow: 2px 2px 3px rgb(255, 0, 225), -2px -2px 3px rgb(255, 0, 255);
    float:left;
    text-align: center;
    padding:10px;
    border-color: black;
    border-style: solid;
    border-width: 3px;
    border-radius: 3px; 
    height: 125px;
  }
  .aside-rt a{
    color: rgb(173, 255, 47);
    text-decoration: none;
    cursor: pointer;
    transition: .2s;
  }
  .aside-rt .ig:hover {
    font-size: 20px;
  }
  .aside-rt .email:hover {
    font-size: 20px;
  }
.main-3 {
  display: flex;
  flex-direction: row;
  text-align: center;
  justify-content: center;
}
  .aside-l2 {
    background-color: rgb(66, 66, 66);
    width: 20%;
    float:left;
    padding: 10px;
    border-style: solid;
    border-width: 3px;
    border-radius: 3px;
    font-size: 12px;
    height: 300px;
    margin-top: -325px;
  }
  .new {
    margin-top: 5px;
    margin-bottom: 10px;
    justify-content: center;
    border-style: solid;
    border-radius: 3px;
  }
  .new-2 {
    margin-top: 10px;
    margin-bottom: 5px;
    justify-content: center;
    border-style: solid;
    border-radius: 3px;
  }

  .section-m2 {
    width: 50%;
    float: left;
    padding: 10px;
    margin-right: 7px;
    margin-left: 7px;
    height: 1px;
  }
  .aside-r2 {
    background-color: rgb(255, 255, 255);
    width: 20%;
    float:left;
    padding: 0;
    border-style: solid;
    border-width: 3px;
    border-radius: 3px; 
    height: 300px;
    margin-top: -520px;
  }
.blink-r {
  display: flex;
  flex-direction: row;
  text-align: center;
  justify-content: center;
}
  .aside-invis {
    width: 20%;
    height: 1px;
    float: left;
  }
  .section-invis {
    width: 50%;
    height: 1px;
    float: left;
    margin-left: 7px;
    margin-right: 7px;
  }
  .blinkies {
    width: 20%;
    float: left;
    margin-top: -215px;
    background-image: url(../images/clouds.gif);
    background-position: center;
    background-size: cover;
    height: 180px;
  }