body {
    background-color: rgb(24, 26, 51);
    color: rgb(209, 233, 255);
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.c, .center {
  max-width: fit-content;
  margin-left: auto;
  margin-right: auto;
}

a {
    text-decoration: none;
    color: rgb(54, 91, 255)
}

a:hover {
    color: rgb(113, 139, 255);
    text-decoration: none;
}

.copyright {
    color: rgb(28, 36, 46);
    size: 5mm;
}

.title {
    color: rgb(170, 176, 255)
}