.first {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 5%;
    background-color: blanchedalmond;
    border-radius: 30px;
}

.first h1 {
    font-size: 40px;
    font-family: sans-serif;
    height: 100px;
    width: 400px;
    background-color: lightslategray;
    text-align: center;
    align-items: center;
    justify-content: center;
    display: flex;
    padding: 20px;
    border: 2px solid lightskyblue;
    border-radius: 30px;
    color: aliceblue;

}

.second {
    display: flex;
    text-align: center;
}

.third {
    padding: 40px;
    background-color: aqua;
    margin: 10px;
    border-radius: 20px;

}

.fourth {
    padding: 40px;
    background-color: aqua;
    margin: 10px;
    border-radius: 20px;
}

p {
    font-size: 20px;
    padding: 0;
    margin: 10px;
}

input {
    width: 150px;
    height: 30px;
    border-radius: 20px;
    cursor: pointer;
    background-color: lightcoral;
    color: white;
    font-weight: 600;
    font-size: 15px;
}

h3 {
    background-color: aqua;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    text-decoration: underline;
}