 /* Responsive layout - makes a one column layout instead of a two-column layout */
@media (max-width: 1000px) {
  .flex-item-right, .flex-item-left {
    flex: 100%;
    flex-direction: column;
  }
}

.flex
{
  padding:40px;
  display: flex;
  justify-content:center;
  flex-wrap: wrap;
  gap: 20px;
  height: 60%;
}

.box2
{
  width: 50%;
  display: box;    
  background-color: #96c4e3;
  background-size: 5px, 5px;
  box-sizing: border-box;
  margin-bottom: 4px;
  padding: 20px;
  margin-left: 10px;
  margin-top: 5px;
  }

.content iframe {
    margin: 0 auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    border: none;
    border-radius: 30px;
}

iframe
{
    overflow: auto !important;
    height: 100%;
    width: 100%;
    border-width: 2px;
    border-style: inset;
    border-color: initial;
    border-image: initial;
}

.flex2
{
  padding:10px;
  display: flex;
  justify-content:center;
  flex-direction: column;
  gap: 20px;
  width: 30%;
  height: 100%;
}
.selector
{
  width: 100%;
  display: box;    
  background-color: #96c4e3;
  background-size: 5px, 5px;
  box-sizing: border-box;
  margin-bottom: 4px;
  word-wrap: break-word;
  padding: 20px;
  margin-left: 10px;
  margin-top: 5px;
  }

.top
{
  width: 100%;
  display: box;    
  background-color: #96c4e3;
  background-size: 5px, 5px;
  box-sizing: border-box;
  margin-bottom: 4px;
  padding: 20px;
  margin-left: 10px;
  margin-top: 5px;
}

 body {
     background-image: url(https://foollovers.com/mat/simple02/h16-bg-simple.gif);
     -webkit-animation: scrolling 15s linear infinite;
            -moz-animation: scrolling 15s linear infinite;
            -o-animation: scrolling 15s linear infinite;
            animation: scrolling 15s linear infinite;
     color: black;
     font-family: "ms ui gothic";
     letter-spacing: -0.2px;
     font-size:16px;
}

h2
{
     color: black;
     letter-spacing: -0.4px;
     font-family: "ms gothic";
     font-size: 32px;
     margin-bottom: 4px;
     margin-top: 5px;    
     text-align: center;
     padding-bottom: 0px;
     font-weight: normal;
}

h3
{
     color: black;
     letter-spacing: -0.4px;
     font-family: "ms gothic";
     margin-bottom: 4px;
     margin-top: -25pt;    
     padding-bottom: 0px;
     font-weight: bold;
}

 #header {
     background-color: rgba(102, 222, 255, 0.10);
     background-image:url(https://sadhost.neocities.org/images/tiles/sky.png);
     display: block;
     box-sizing: border-box;
     border-image: #78a6c4;
     border-width: 1px;
     border-style: dashed;
     margin-bottom: 10px;
     margin-left: 10px;
     height: 100%;
     width: 40%;
     padding: 20px;
}
@keyframes scrolling {
            from {
                background-position: 0 0;
            }

            to {
                background-position: 256px 256px;
            }
        }
        
        #music {
  position: relative;
  background: url('https://file.garden/ZRYtsnIP2EXOR4Kw/Site%20Files/musicplayer.png') top left no-repeat;
    background-size: auto;
  background-size: auto;
  background-size: 100% 100%;
  overflow: hidden;
  height: 50px;
  max-width: 305px;
  border: 1px solid #000000;
}
#music iframe {
  position: absolute;
  top: 0px;
  height: 47px;
  opacity: 0.00000000000000000000000001;
  z-index: 0;
  left: 0px;
}
#music div {
  position: absolute;
  top: 10px;
  left: 55px;
  width: 51%;
  margin: 0 !important;
}
#music span {
  display: block;
  color: #FFFFFF;
  font-weight: normal;
  text-align: left;
  font-size: 12px
}
