body {
    margin:0;
    background:#3a3153;
    font-family: "Press Start 2P", system-ui;
}
h1 {
    color:#fefdfd;
    font-weight: 400;
    margin-bottom:2em;
}

.main {
    height:100vh;
    width:100%;
    display:flex;
    align-items:center;
    justify-content: center;
    cursor: url('cursor.png') 0 0, auto;
    position:relative;
}
.content {
    text-align:center;
}
#countdown {
    
    color:#fefdfd;
    font-weight: 900;
    font-size:3em;
}
.abby {
    position:absolute;
    right:0;
    bottom:0;
}
.abby img {
    height:250px;
    width:auto;
}
@media screen and (max-width:485px) {
    h1 {
        font-size:1.5em;
        line-height:1.6em;
    }
    #countdown {
        font-size:1em;
    }

    .content {
        padding-top:0px;
    }
}