body{
  background-color: black;
  color: white;
  font-family: Consolas, 'Courier New', Courier, monospace;
  transition: 0.03s;
  width: fit-content;
  font-size: 2vw;
}


a{
  color: white;
}
.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  height: 10vw;
  box-sizing: border-box;
  background-color: black;
  text-align: center;
}

.header img{
  margin-top: 2.3vw;
  padding-top: 0.3rem;
  border: dotted;
  z-index: 1000;
  background-color: black;
  border-top-right-radius: 1rem;
  border-top-left-radius: 1rem;
  width: 95.5vw;
  box-sizing: border-box;
}

.sidebar-left {
  position: fixed;
  top: 10.7vw; 
  left: 2.3vw;
  bottom: 4.2vw; 
  width:  10vw;
  background: black;
  overflow-y: scroll;
  z-index: 900;
  border-bottom-style: none;
  border-top-style: none;
  border-right-style: dotted;
  border-left-style: dotted;
  padding-top: 0.5rem;
  padding-right: 0.3rem;
  padding-left: 0.3rem;
}

.sidebar-left img{
  width: 100%;
}

.sidebar-right {
  position: fixed;
  top: 10.7vw;
  z-index: 900;
  right: 2.3vw;
  bottom: 4vw; 
  width:  30vw;
  background: black;
  overflow-y: scroll;
  border-top-style: none;
  border-bottom-style: none;
  border-right-style: dotted;
  border-left-style: dotted;
  padding-right: 0.3rem;
  padding-left: 0.3rem;
  padding-top: 0.5rem;
}

.sidebar-right img{
  width: 100%;
  margin-top: 0.3rem;
 
}

.content{
    margin-top: 12vw;
    margin-bottom: 3.6rem;
}

.blog-block {
  margin-bottom: 6vw;
  margin-left: 14vw;
  margin-right: 34vw;
  overflow-y: auto;
  border-style: solid;
  border-radius: 0.3rem;
  color: white;
  z-index: 500;
}

.content p{
  padding-left: 1vw;
  padding-right: 1vw;
  text-align: justify;
}

.footer {
  border-style: dotted;
  border-color: white;
  width: 95.5vw;
  box-sizing: border-box;
  text-align: center;
  position: fixed;
  bottom: 0;
  right: 2.3vw;
  left: 2.3vw;
  height: 4vw;
  background: black;
  color: white;
  z-index:1000;
  border-bottom-left-radius: 1rem;
  border-bottom-right-radius: 1rem;

}

.date-feel{
  display: grid;
  grid-template-columns: 1fr 1fr;
  background-color: white;
  color: black;
  margin-top: 0;
  padding-left: 2rem;
  
}

h3{
  font-size: clamp(0.3rem, 2vw, 12rem);
  margin-right: 1rem;
}


.sidebar-content{
  display: flex;
  gap: 1vw;
}

.tally{
  border: solid;
  border-radius: 1rem;
  width: fit-content;
  height: fit-content;
  max-width: 10vw;
  margin-left: 1vw;
  margin-top: 1vw;
}
.tally p{
  font-size:1.5vw;
  text-align: center;
  padding-left: 0.3vw;
  padding-right: 0.3vw;
}
.tally h5{
  margin: 0;
  padding: 0;
  text-align: center;
  background-color: white;
  color: black;
  border-top-right-radius: 0.5rem;
  border-top-left-radius: 0.5rem;
}

.timeline{
  border: solid;
  border-radius: 1rem;
  margin-right: 1vw;
  margin-top: 1vw;
  height: fit-content;
}
.timeline h5{
  text-align: center;
  margin: 0;
  background-color: white;
  color: black;
  border-top-right-radius: 0.5rem;
  border-top-left-radius: 0.5rem;
}

.timeline li{
  font-size: 2vw;
  text-align: center;
}
.timeline ul{
  margin: 0;
  list-style-type: none;
  padding: 1vw;
}



