@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

body{
  background-color: #111;
  color: #c2c2c2;
  justify-items: center;
  text-align:justify;
  font-family: 'montserrat', sans-serif;
  padding: 0;
  margin: 0;
}

a{
  text-decoration: none;
  color: rgb(147, 183, 194);
  transition: color 200ms ease-in-out 0s;
}

a:hover{
  color: rgb(178, 214, 225);
}

.grayname{
  color: #868686;
}

ol{
  margin: 0;
  padding: 0;
  width: 95%;
}

ol li{
  font-weight: 700;
  list-style: none;
}

p{
  font-weight: 700;
}

.main{
  justify-items: center;
  text-align:justify;
}

.main p{
  font-size: medium;
  font-weight: 400;
}


.lrcontainer{
  width: 95%;
  max-width: 750px;
  background-color: #060606;
  padding: 1rem;
  border-radius: 1rem;
  transition: all 500ms ease-in-out 0s;
  margin-bottom: 1rem;
}

.list{
  background-color: #060606;
  padding: .5rem;
  border-radius: 1rem;
  transition: all 500ms ease-in-out 0s;
  justify-items: left;
  width: 95%;
  max-width: 750px;
}

.apushy{
  padding-left: .5rem;
  padding-right: .5rem;
}

.apushies{
  background-color: #060606;
  padding: 1rem;
  border-radius: .5rem;
  transition: all 500ms ease-in-out 0s;
}

.level{
  width: 100%;
  background-color: #111;
  padding: 1rem;
  border-radius: 1rem;
  display: flex;
  margin-bottom: .5rem;
}

.level div{
  position: relative;
  left: 5%;
}

.level img{
  border-radius: 1rem;
}