body {
    background-color: #1c1c1c;
    color: white;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.wrapper {
    width: 100%;
    height: 95vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

#content {
    transform: scale(3);
}

h1 {
    font-size: 4vw;
    margin: 0;
}

p {
    font-size: 1vw;
    margin: 0;
}

#ms {
    width: 100px;
}

.change-time {
    font-size: 1.2vw;
    background-color: white;
    text-decoration: none;
    padding: 3px;
    border-radius: 3px;
}