@import url('https://fonts.googleapis.com/css2?family=Arapey:ital@0;1&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Anton+SC&family=Arapey:ital@0;1&family=Oswald:wght@200..700&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

body{
    --color:#EAEAE6;
}
.termandc{
   margin-top: 50px;
   background-color: var(--color);
}
.termandc h2, h3{
 font-family: "Anton SC", sans-serif;
 
}
.termandc p{
    font-family: "Arapey", serif;
    font-weight: bold;
}
.termandc h2{
    text-align: center;
}
