@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Lato:wght@600&display=swap');

html, body {
    width: 98%;
    background-color: #09121e;
    color: rgb(235, 235, 235);
    font-family: 'Lato', sans-serif;
}

h1 {
    display: inline;
}

.content {
    /* horizontally centre w.r.t parent */
    margin: 5vh auto 0 auto;
    text-align: center;
    max-width: 600px;
}

/* .content ul, .svc-list {
    text-align: initial;
} */

a {
    color: rgb(96, 157, 255);
}
a:hover {
    color: rgb(179, 206, 255);
}

#logo {
    width: 72px;
    height: 64px;
    display: inline;
}
