.block-page-footer {
    height: 405px;
    margin-top: 100px;
    background-color: #1f2a44;
}

.footer-content {
    font-family: "Roboto", "Lucida Grande", Verdana, Arial, sans-serif;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.footer-content-time {
    color: #AEAEAE;
    font-size: 14px;
    margin: 10px 0;
}

.footer-content-title {
    color: white;
    font-size: 36px;
    font-family: Title;
    margin: 10px 0;
}

.footer-content-link {
    margin: 10px 0;
    font-family: Title;
    color: white;
    text-decoration: none;
    font-size: 18px;
    padding: 15px;
    border: 1px solid white;
    border-radius: 5px;
}