body {
    font-family: Arial;
    background-color: rgb(133, 125, 125);
}

.logo {
    font-size: 1.5rem; 
    display: flex;
    justify-content: center;
}


.row {
    display: flex;
    flex-wrap: wrap;
    gap:50px;
    justify-content: center;
}

a{
    display: flex;
    justify-content: center;
    font-family: Arial;
    text-decoration: none;
    color: rgb(70, 1, 134);
}

.card {
   width: 420;
   height: 315;
  
}
h4 {
    display: flex;
    justify-content: center;
}

  
