*{
    font-family: "Roboto", sans-serif;
}

body{
    background-color: #070F2B!important;
    height: 100vh;
    width: 100vw;
    margin: 0;
}

.ekus-header{
    background-color: #080e25;
    width: 100%;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ekus-container{
    height: 80%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.ekus-bg{
    background-color: transparent !important;
}


.ekus-footer{
    color: #fff;
    position: fixed ;
    margin-bottom: 0;
    width: 100%;
}

.ekus-color{
    color: #fff !important;
}