
*{
    padding: 0%;
    margin: 0%;
    box-sizing: border-box;
}
.content{
    position: absolute;
    top: 55px;
    color: white;
    font-weight: bolder;
    z-index: 999;
    text-align: center;
    left: 113px;
}

.cards {
    
    width: 100%;
    justify-items: center;
    align-items: center;
    

}
.cards h1{
    margin-top: 50px;
    text-align: center;
}
.cards h2{
    margin-top: 10px;

}
.boxes{
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
}
.card{
    margin-bottom: 15px;

}
.form{
    justify-items: center;
    width: 100%
}
.boxes button{
    color: white;
    background-color: black;
    font-weight: bold;
    padding: 5px;
    border-radius: 15px;
   
}
