body {
  background: rgb(0,255,243);
  background: linear-gradient(211deg, rgba(0,255,243,1) 21%, rgba(93,0,255,1) 78%);
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.flex-container {
  display: flex;
  align-items: start;
  justify-content: space-around;
  font-family: sans-serif; 
}

.flex-container div {
  border: 1px #ccc solid;
  border-radius: 10px;
  padding: 10px;
}

.container-1 {
  background-color: #f8f8ff;
  width: 20%;
  order: 1;
}

.container-2 {
  background-color: #f8f8ff;
  width: 20%;
  order: 2;
}

.container-3 {
  background-color: #f8f8ff;
  width: 20%;
  order: 4;
}

.container-4 {
  background-color: #f8f8ff;
  width: 20%;
  order: 3;
}

.logos {
  width: 75px;
  height: 75px;
}

#rit {
  width: 200px;
  height: 200px;
}

#profile {
  border-radius: 360px;
  border: 2px solid black;
  width: 200px;
  height: 200px;
}
