body,
html {
    height: 100%;
    margin: 0;
    font-family: 'Julius Sans One', sans-serif;
    background-color: #1e272e;
    color: #d2dae2;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    overflow: hidden;
}

.bg-image {
    background-image: url("https://i.imgur.com/7czoSZr.jpg");
    filter: blur(8px);
    height: 100%;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 0.2;
}

.bg-text {

    font-weight: bold;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    width: 80%;
    padding: 20px;
    text-align: center;
}

e {
    margin: 10px;
    margin-left: 10px;
    float: right;
}
