@import url('https://fonts.googleapis.com/css2?family=Pirata+One&display=swap');
@import url("https://fonts.googleapis.com/css2?family=Clicker+Script&family=Poppins:wght@200;300;500;600;700&display=swap");

*{
    margin: 0;
    padding: 0;
}

/*----------options-----------*/
.row {
    display: flex;
    justify-content: space-between;
  }

/* School */
.School{
    width: 100%;
    width: 100%;
    align-items: center;
    justify-content: center; 
    display: flex;
    flex-direction: column;
    overflow: hidden;
}
.School h1{
    margin: 3% 0 0 0;
    font-size: 50px;
    text-align: center;
    color: #EC1839;
    font-family: "Pirata One", sans-serif;
    letter-spacing: .1em;
}
.school-column{
    left: -1%;
    position: relative;
    margin: 0 4%;
    
}
.school-column img{
    margin: 10% 0% 0% 0%;
    height: fit-content;
    width: 400px;
    height: 300px;
    border-radius: 10%;
}
.school-column h2{
    color: #9C9C9C;
    text-align: center;
    margin: 4% 0;
}
.school-column p{

    color: #9C9C9C;
    text-align: center;
}
