body{
  background: linear-gradient(to right bottom, rgb(9, 0, 58), rgb(6, 53, 207));
  min-height: 100vh;
  font-family: arial;
  font-weight: bold;
}


.titleDiv{
  justify-items: center;
}
.title{
  background: linear-gradient(to right top, rgb(23, 4, 128), rgb(3, 38, 153));
  border-radius: 40px;
  width: 80vw;
  padding-top: 100px;
  padding-bottom: 100px;
  text-align: center;
  -webkit-text-stroke: 5px black;
  color: rgb(0, 255, 255);
  font-size: 80px;
  font-weight: 900;
}
.rg{
  color: rgb(2, 74, 182);
  font-weight: 900;
}


.top{
  background-color: black;
  position: fixed;
  right: 0%;
  left: 0%;
  top: 0%;
  height: 75px;
  display: flex;
  align-items: center;
}
.barItem{
  color: white;
  font-size: 40px;
  margin-left: 20px;
}
.barItem:hover{
  filter: brightness(70%);
}


.sitesDiv{
  display: flex;
  flex-direction: column;
  gap: 80px;
  width: 80vw;
  justify-self: center;
}
.sites2{
  display: flex;
  gap: 12.5vw;
}

.siteName{
  font-size: 40px;
  padding-left: 10px;
  color: rgb(0, 0, 0);
}
.siteDescription{
  font-size: 25px;
  padding-left: 10px;
  padding-bottom: 60px;
}
.desLine1{
  padding-bottom: 0;
}
.siteLink{
  font-size: 40px;
  padding-left: 10px;
  color: white;
}

.siteDiv{
  width: 650px;
  height: 400px;
  border-radius: 50px;
}
.picturesSiteDiv{
  background: linear-gradient(to right bottom, rgb(0, 49, 212), rgb(204, 0, 255));
}
.later{
  background: linear-gradient(to right bottom, rgb(212, 162, 0), rgb(255, 30, 0));
}
.later2{
  background: linear-gradient(to right bottom ,rgb(0, 188, 212) 20%, rgb(7, 197, 0));
}
.later3{
  background: linear-gradient(to right bottom, rgb(212, 0, 0), rgb(255, 0, 140));
}