h1{
    text-align: center;
    color: rgb(255, 255, 255);
    font-family: "Macondo", cursive;
    font-weight: 400;
    font-style: normal;
    font-size: 200px;
}

h2{
    text-align: center;
    color: rgb(255, 255, 255);
    font-family: "Macondo", cursive;
    font-weight: 400;
    font-style: normal;
    font-size: 100px;
}

body{
    background: linear-gradient(to right, aqua, rgb(97, 94, 255));
}

img{
    display: flex;
    justify-content: center;
    border-radius: 15px;
}