* {
    text-align: center;
    position: relative;
}

h1 {
    font-family: 'M PLUS Rounded 1c', sans-serif;
    font-size: 500%;
    margin-top: 80px;
}

.btn {
    font-family: 'M PLUS Rounded 1c', sans-serif;
    margin: 10px;
    font-size: 300%;
}

.container p {
    font-family: 'M PLUS Rounded 1c', sans-serif;
}

#pasta-button {
    padding: 20px;
    margin: 20px;
    font-size: 300%;
}

.img {
    display: none;
    z-index: -1;
    position: absolute;
    width: 25%;
    top: -400px;
    left: 190px;
}

.img2 {
    display: none;
    z-index: -1;
    position: absolute;
    width: 40%;
    top: -200px;
    left: 590px;
}

.text {
    font-family: 'Yusei Magic', sans-serif;
    position: absolute;
    right: 70px;
    bottom: -180px;
}

.text2 {
    font-family: 'Yusei Magic', sans-serif;
    position: absolute;
    right: 59px;
    bottom: -290px;
}