@font-face {
    font-family: "Custom Font";
    src: url("assets/ADLaMDisplay-Regular.ttf");
}

body {
    background-color: #0b1224;
    margin: 2% 1% 2% 1%;
    font-family: "Custom Font";
}

header h1 {
    font-size: 40px;
    color: #bfcfe7;
    text-align: center;
}

header h1 a {
    color: #bfcfe7;
    border-bottom: none;
    text-decoration: none;
}

.menu {
    overflow: hidden;
    background-color: #bfcfe7;
}

.menu ul {
    list-style-type: none;
    float: left;
}

.menu ul li {
    display: inline;
    padding: 15px 40px;
    margin: 0px 5px;
}

.menu ul li a {
    color: #0b1224;
    border-bottom: none;
    text-decoration: none;
    font-size: 20px;
}

.all-text > * {
    color: #bfcfe7;
}

.text {
    border-left: 5px solid;
    margin-top: 3%;
}

.text > * {
    margin-left: 4%;
    margin-right: 4%;
}

.text > p a {
    color: #bfcfe7;
}

footer p {
    position: fixed;
    color: #bfcfe7;
    text-align: center;
    width: 100%;
    height: 5px;
    margin-top: 100px;
}
