body {
    background-color: rgb(33, 40, 49);
    margin: 0;
}

.boxes {
    display: inline-block;
    justify-content: center;
    align-items: center;
    border: 1px solid ;
    margin: 40px auto; 
    width: 500px;
    height: 40vh;
    box-sizing: border-box;
    border-radius: 10px;
    transition: background-color 0.3s ease-in-out;
    margin-inline: 10px;
    background-color: hsla(182, 68%, 58%, 0.15);
    padding: 28px;
    border-radius: 28px;
   transform: scale(1.1);
}

.boxes:hover {
    transition: all 0.3s ease-in-out;
    box-shadow: 0 8px 12px rgba(22, 233, 240, 0.5);
}

.main {
    margin-top: 20px;
    margin-left: 120px;
}
ul > h3{
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    color: white;
}
ul > li{
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    color: white;
    list-style-type: none;
    font-size: 16px;
}
.inf > h2{
    font-family:'Times New Roman', Times, serif;
    font-size: 40px;
    text-align: center;
    color: white;
}
.inf > h2:hover{
    color: rgb(0, 255, 242);
}