*{
    margin: 0;
}
body{
    background-color: #018281;
    height: 80vh;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 150px;
    font-weight: bold;
    font-family: monospace;
    text-shadow: 1px 1px 3px rgba(0,0,0,.5);

}
