.name2 {
  font-size: 20px;
  font-family: Arial Black;
  color: red;
}
.rush p {
  font-size: 20px;
  font-family: Coiny;
  background-color: rgba(226,240,0,0.4);
  width: 100%;
text-align:center;
}
.rush img {
  border: 5px solid #DCD80C;
  padding: 5px;
  margin: 0px 20px;
  border-radius: 50%;
  height: 5px;
  width: 5px;

}
.cloud p {
  font-size: 20px;
  font-family: Coiny;
  background-color: rgba(226,240,0,0.4);
  width: 300px;
}
.cloud img {
 /* border: 5px solid #DCD80C; */
  padding: 5px;
  margin: 0px 70px;
 /* border-radius: 50%;*/
  height: 5px;
  width: 5px;
}

main{
  display:flex;
  flex-direction:column;
    justify-content: center;
  }
  #content{
    display:flex;
        justify-content: center;
    }
 nav{
display:flex;
   justify-content: center;
 }
nav p{
  font-size:25px;
  font-weight:900;
}
 .rush{
   display:flex;
   flex-direction:column;
     margin:auto;
   border:1px solid black;
 }
  .rush{
 
   margin:0;
 }
 