@font-face {
    font-family: Adamant;
    src: url(/fonts/PF\ Adamant\ Sans\ Pro\ Bold.ttf);
}
body {
    background-color: #ace3fa;
}

h1 {
    text-align: center;
}

p {
    font-size: 20px;
    /* Выглядит неплохо, но нужен другой шрифт color: #1976d2; */
}
.maintext {
    display: block;
    font-family: Adamant;
    max-width: 1100px;
    margin: auto;
    background: #fff;
    color: #1f025e;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
}

.clock {
    display: flex;
    position: absolute;
    top: 10px;
    right: 10px;
    text-align: right;
    column-gap: 10px;
    font-weight: bold;
    font-family: Adamant;
}
.navbar {
    background-color: #ace3fa;
    border-radius: 10px;
    border: 1px solid #ccc;
    text-align: center;
}

img {
    border: 5px solid #555;
}
