42 lines
657 B
CSS
42 lines
657 B
CSS
.attention {
|
|
font-optical-sizing: auto;
|
|
font-weight: 800;
|
|
font-style: normal;
|
|
}
|
|
|
|
body {
|
|
margin: 0;
|
|
padding: 0 5vw 0 5vw;
|
|
|
|
font-family: "DM Sans", sans-serif;
|
|
-webkit-font-smoothing: antialiased;
|
|
background: #12db9f;
|
|
background: linear-gradient(180deg,rgba(18, 219, 159, 1) 0%, rgba(87, 184, 199, 1) 79%);
|
|
|
|
color: white;
|
|
}
|
|
|
|
.column-display {
|
|
display: flex;
|
|
flex-direction: column;
|
|
text-align: center;
|
|
}
|
|
|
|
.break {
|
|
color: white;
|
|
opacity: 50%;
|
|
width: 75vw;
|
|
}
|
|
|
|
.emoji-line-center {
|
|
padding: 15px;
|
|
|
|
display: flex;
|
|
align-items: center;
|
|
|
|
font-size: 3vw;
|
|
}
|
|
|
|
.emoji {
|
|
width: 128px;
|
|
} |