
body {
    background-image: url(./img/background-image.png);
    background-size:cover;
}

.logo {
    width: 60%;
}

hr {
    margin-left: 10%;
    margin-right: auto;
    border: 0;
    border-bottom: 1px solid #e5e5e5;
    width: 90%;
}

.container {
    position: absolute;
    top: 35%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}

.page-title {
    font-size: 45px;
    font-family: 'Karla', sans-serif;
}

.page-description {
    font-size: 24px;
    font-family: 'Karla', sans-serif;
}

#timer {
    color:red;
    font-weight:bold;
}
