body {
    font-family: Arial, Helvetica, sans-serif;
}

div {
    background-color: lightblue;
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 1fr 1fr 6fr;
    height: 100vh;
}

h1{
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    font-weight: 600;
    text-align: center;
}

h2 {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    font-weight: 400;
}

img{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 75%;
    margin-left: 10%;
}

div p {
    font-size: 12px;
    font-weight: 300;
}

span {
    font-size: 16px;
}