@import url('https://fonts.googleapis.com/css2?family=Cherry+Bomb+One&family=Proza+Libre:ital,wght@0,400;0,500;0,600;0,700;0,800;1,400;1,500;1,600;1,700;1,800&display=swap');

*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;


}
body {
    text-align: center;
    perspective: 350px;
    padding-top: 66px;
    font-size: 40px;
    color: white;
        font-family: "Cherry Bomb One", system-ui;
        font-weight: 400;
        font-style: normal;
}

h1{
    color: #dd8eb3;
    font-size: 40px;
    
}

h2{
    color: #dd8eb3;
    font-size: 35px;
}

p{
    color: #dd8eb3;
    font-size: 0.9em;
    font-family: Arial, Helvetica, sans-serif;
    padding-top: 2px;
    max-width: 1000px;
    position: relative;
    margin: 20px auto;
}

#panel {
    align-content: center;
    padding-top: 5%;
    position: absolute;
    z-index: 10;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: #dd8eb3;
    transition: all 0.5s

}

img {
width: 400px;

}

.slide-up{
    transform:translateY(-90%) rotateX(70deg);
}

#game {
    padding: 10px 30px;
    font-size: 2.4em;
    background: #dd8eb3;
    color:white;
    border: none;
    border-radius: 35px;
    box-shadow: 10px 10px 20px rgba (0,0,0,0.473);
    cursor: pointer;
}

#game:hover {
    background-color: paleturquoise;
    Rotate: 180deg
}
