h1 {
    font-size: 24px;
    text-transform: uppercase;
    font-style: italic;
    font-family: "William", serif;
    margin-bottom: 0;
    margin-top: 0;
    padding-top: 34px;
    font-weight: normal;
    color: white;
}

h2 {
    font-size: 30px;
    text-transform: uppercase;
    font-family: "Inter", sans-serif;
    margin-top: 0;
    margin-bottom: 24px;
    color: white;
}

h3 {
    font-family: "William", serif;
    margin: 0;
    font-size: 15px;
    text-transform: uppercase;
    line-height: 18px;
    font-weight: normal;
    color: white;
}

div {
    background: rgb(2, 0, 36);
    background: linear-gradient(
        90deg,
        rgba(2, 0, 36, 1) 0%,
        rgba(9, 121, 108, 1) 0%,
        rgba(0, 212, 255, 1) 100%
    );
    width: 500px;
    height: 500px;
    text-align: center;
    margin: auto;
}

img {
    width: 230px;
    margin-bottom: 50px;
}

p {
    font-family: "Inter", sans-serif;
    text-align: center;
}
