body{
  background-color: black;
  color: white;
  font-family: Consolas, 'Courier New', Courier, monospace;
  height: auto;
  width:fit-content;
  transition: 0.03s;
  margin: 0.8rem;
  border-style: dotted;
  font-size: clamp(0.3rem, 2vw, 1.5rem);
}


p{
  text-align: justify;
  font-size: clamp(0.3rem, 1.5vw, 4rem);
  line-height: clamp(0.5rem, 3vw, 2rem); 
}

ul{
  list-style-type: none;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
}


.top-main{
  display: grid;
  grid-template-columns: 1fr 3fr;
  gap: clamp(0.3rem, 1vw, 1rem);
  width: fit-content;
  height: fit-content;
  box-sizing: border-box;
  
}

.left-info{
  border-style: solid;
  margin-left: 1rem;
  margin-bottom: 1rem;
  margin-top: 1rem;
  line-height: 4rem;
  width: max(30px, 25vw);
  box-sizing: border-box;
  align-items: stretch;
  
}

.left-info ul{
  list-style-type: none;
  padding-left: 1rem;
  padding-right: 1rem;
  margin-left: 0%;
}

.left-info li{
  line-height: clamp(0.5rem, 3vw, 3rem);
  
}


.subject{
  font-weight: bolder;
  text-decoration:underline;
}
h3{
  background-color: white;
  color: black;
  text-align: center;
  margin-top: 0%;
  font-size: clamp(0.6rem, 2vw, 5rem);
  line-height: 2rem;
}



.right-info{
  border-style: solid;
  margin: 1rem;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  display: grid;
  grid-template-columns: 1fr 1fr auto;
  min-width: 0;
  align-items: stretch;
  box-sizing: border-box;
  width: fit-content;
}






.hugo-face{
  height: auto;
  width: 100%;
  min-width: 1.5rem;
  margin-bottom: 1rem;
}



.about-scram{
  height: auto;
  width: 100%;
  border-style: dotted;
  border-color: white;
  border-top-style: none;
  border-left-style: none;
  border-right-style: none;
}

.right-info p{
  margin-right: 0.5rem;
  margin-left: 0.5rem;
  font-size: clamp(0.4rem, 1.5vw, 5rem);
  min-width: 0;
}

.scram-body{
  margin-top: 1rem;
  width: 100%;
  min-width: 3rem;
  height: auto;
}

.bottom-main{
  display: grid;
  grid-template-columns: 1fr 1fr auto;
  place-items: center;
  margin-bottom: 1rem;
  gap: clamp(0.3rem, 1vw, 1rem);
  position: relative;
  
}


.bottom-left{
  margin-top: 0%;
  box-sizing: border-box;
  border-style: solid;
  padding: 1rem;
  margin: 1rem;
  margin-top: 0;
  place-items: center;
}
.bottom-left img{
  width:100%;
}



.bottom-right{
  display: grid;
  grid-template-columns: 1fr 1fr;
  border-style: solid;
  margin-right: 1rem;
  width: 100%;
  height: auto;

}

.right-2{
  border-left-style: solid;
}
.right-4{
  border-left-style: solid;
}

.text-1{
  border-right-style: dotted;
  padding-right: 1rem;
}
.text-2{
  padding-left: 1rem;
}
.text-image2{
  width: 100%;
  height: auto;
}







