body {     
    font-family: serif;
    font-weight: 600;
    background-color: rgb(255, 255, 255)
     }
     p {
        font-weight: 700;
        font-size: 30px;
        color: rgb(126, 206, 238);
        text-align: left;
     }
     h1 {
        font-weight: 700;
        font-size: 50px;
        color: rgb(241, 84, 241);
        text-align: center;
        padding: 2rem;
        border: 02ch; border-radius: 20px;
     }
     main {
        display: flex;
        flex-direction: column;
        gap: 2rem;
        border-radius: 20px;
        padding: 1rem;
     }
     input [type="radio"] {
        margin: 0.5rem;
        accent-color: rgb(241, 84, 241);
     }
     footer {
        text-align: center;
        font-size: 20px;
        color: rgb(241, 84, 241);
        padding: 1rem;
     }
     img {
        display: block;
        margin: left 1px;;
        margin-right: auto;
        width: 15rem;
        border-radius: 20px;
     }
