@import url('https://fonts.googleapis.com/css2?family=Mochiy+Pop+One&family=Mochiy+Pop+P+One&display=swap');

body {
    background: linear-gradient(to right,#000080,#800080);
    font-family: 'Optima', sans-serif;
}

h1 {
    font-family: "Blippo", fantasy;
    font-size: 48px;
    color: aliceblue;
    text-align: center;
}

h2 {
    font-size: 32px;
    text-align: center;
    font-weight: bold
}
p {
    font-size: 20px;
    text-align: center;
}
.text {
    width: 90%;
    margin: 0rem auto
}

.menu {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    width: 90%;
    margin: 0rem auto;
}

.return {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 90%;
    margin: 1rem auto;
    font-size: 20px;
}