h1{
  font-size: 1.2vmax;
  text-align: center;
  color: rgb(0, 255, 0);
  border-bottom: 1px solid red;
  font-weight: 900;
  border-radius: 7px;
  box-shadow:0px 2px 4px red;
  margin: 1vmax;
  padding: 4px;
}
ul{
  margin-top: 20px;
  text-align: center;
  display: flex;
  justify-content: space-evenly;
  flex-wrap: wrap;
  li{
    background-color: gray;
    padding: 5px;
    display: inline;
    color: azure;
    font-weight: 700;
    width: 10%;
  }
}
* {
  font-family: Arial, sans-serif;
  font-size: 0.8vmax;
  font-weight: 600;
  letter-spacing: 1px;
  padding: 0;
  margin: 0;
  user-select: none;
  -webkit-user-select: none;
  box-sizing: border-box;
}

body {
  height: 100dvh;
  text-align: center;
  background-color: black;
}



#hr{
  height: 1px;
  /* width: 100vw; */
  background-color: azure;
  margin: 0;
  padding: 0;
  margin-top: 5px;
  /* margin-left: -10px; */
}
img{

  width: 25vw;
  align-items: center;
  object-fit:cover;
  /* border-radius:10px 10px  50% 50%; */
  margin-top: 15px;
  box-shadow: 2px 5px 8px rgb(0, 255, 0),-2px 5px 5px #0f0;
}
p{
  color: azure;
  margin-top: 20px;
  font-size: 20px;
  font-weight: 900;
  font-family: Arial, Helvetica, sans-serif;
  line-height: 20px;
  text-shadow: 4px 4px 5px gray;
  sub{
    color: rgb(0, 255, 0);
    margin: 0;
    padding: 0;
  }
}
.about{
    color: azure;
    font-size: 1vmax;
    font-weight: 700;
    font-family: Arial, Helvetica, sans-serif;
}
h3{
  text-align: center;
  font-size: 15px;
  margin-top: 15px;
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  color: red;
}
.ts{
  color: #0f0;
  margin-bottom: -10px;
}
#ts{
  display: block;
  /* width: 100vw; */
  margin-bottom: -10px;
  li{
    display: block;
    margin-top: 2px;
    text-align: left;
    background-color: red;
    color: black;
    width: 70%;
    margin-left: 15%;

  }
}
div{
  margin: 0;
  width: 100%;
  margin-bottom: 10px;
  p{
    width: 100%;
    padding: 0;

    sup{
      font-size: 8px;
    }
    sub{
      font-size: 12px;
      width: 100%;
    }

  }
  h3{
    margin: 0;
    margin-bottom: -20px;
    margin-top: 15px;
    background-color: #0f0;
    color: black;
  }
}
#addis{
  margin-bottom: 20px;
  margin-top: -10px;
  width: 100%;
  h3{
    margin-bottom: 0px;
  }
  p{
    text-align: center;
    margin:0;
    margin-top: 10px;
    width: 100%;
    /* border-bottom: 1px solid red; */
  }
}
.add{
  display: flex;
  width: 100%;
  margin: 0;
  .part1{
    /* padding: 20px; */
    width: 40%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-items: center;
    justify-content: space-between;
    h6 {
        color: azure;
        background-color: rgb(35, 34, 34);
        width: 90%;
        padding: 10px 0; 
        text-align: left;
        padding-left: 10%;
        font-size: 12px;
        letter-spacing: 0;
        text-shadow:2px 2px 4px rgb(27, 33, 27);
        font-weight: 900;
        margin: 10px;
        a{
          text-decoration: none;
          font-weight: 700;
          border-bottom: 1px solid;
          padding-bottom: 2px;
          font-size: 10px;
          color: az;
        }
      }
  }
  .part2{
    width: 60%;
    iframe{
      width: 100%;
      height: 100%;
    }
    border-left: 1px solid#0f0;
  }
}
h5{
  color: #0f0;
  margin-top: 15px;
  font-size: 12px;
}
#hrl{
  background-color: aliceblue;
  height: 1px;
  width: 100%;margin-top: -10px;
}

@media (max-width:600px){
  .add{
    flex-direction: column;
    .part1,.part2{
      width: 100%;
    }
  }
}