<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
    background: rgb(234,188,14);
background: linear-gradient(90deg, rgba(234,188,14,1) 0%, rgba(230,231,98,1) 35%, rgba(0,212,255,1) 100%);
}
.start{
    text-align: center;
    padding-top: 70px;
    font-family: 'Press Start 2P', cursive 
}

h1 {
    font-size:50px;
    
}

#myCanvas {
    display: block;
    margin: 0 auto;
}

.happybeer {
     width: 80px;
     height:80px;
     float: right;
     padding-right: 50px;
     

}

button {
    background-color: black;
    color: white;
    width: 400px;
    height: 100px;
    font-size: 30px;
    padding: 32px 16px;
    border-radius: 12px;
    
}
.valor{
    float: left;
    width: 90px;
    height: 90px;
    padding-left: 50px;
}</pre></body></html>