
body {
 background: #ff73d7;
background: linear-gradient(90deg,rgba(255, 115, 215, 1) 0%, rgba(255, 195, 0, 1) 100%);
}

.flex-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}


#pricing-row {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

h1 {
    font-size: 8vw;
    font-family: "Oswald";
    font-weight: 400;
}

h2 {
    font-size: 2.5vw;
    font-family: "Oswald";
    font-weight: 400;
}

p {
    font-size: 4vw;
    font-weight: 700;
    font-family: "Quattrocento", serif;
    padding: 5px 0px 0px 10px;
    margin: 5% 6% 5% 6%;

}

a {
    color:yellow
}


img {
    max-width: 600px;
}

@media only screen and (max-width: 600px) {
    p {
        font-size: 8vw;
        margin: 10% 5% 10% 5%;
    }
}
