@font-face {
    font-family: "Montserrat";
    src: local("Montserrat"), url(Montserrat-VariableFont_wght.ttf) format("truetype")
  }

html,
body {
    height: 100%;
    overflow: hidden;
    font-family: "Montserrat";
}

.flex-container {
    display: flex;
}

.flex-container>div {
    padding: 20px;
    font-size: 30px;
    width: 100%;
}

.waves {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: -100;
    background-color: #00041d;
}

.logo {
    background-image: url('digital-baltic-colour-text.svg');
    background-repeat: no-repeat;
    background-position: top;
    background-size: contain;
    height: 50%;
    margin-top: 2%;
    z-index: 100;
    display: block;
}

.info {
    color: #ffffff;
    font-size: xx-large;
    text-align: center;
    padding-top: 3%;
}


section {
    padding-top: 0px;
    display: flex;
    height: auto;
    color: white;
}

div {
    flex: 2;
    overflow: visible;
    flex-direction: row;
    flex-wrap: wrap;
}

.maintenence-header{
    font-weight: bold;
    font-size: 70px;
}

.maintenence-description{
    font-weight: normal;
    font-size: 20px;
    line-height: 1.8;
}