body {
    background: url("landing.jpeg");
    background-repeat: no-repeat, repeat;
    background-color: #030303;
    background-size: cover;
    /* Used if the image is unavailable */
    /* height: 500px; */
    height: 100%;
    width: 100vw;
    padding: 0px;
    right: 0px;
    margin: 0px;
}

.content-all {
    padding-top: 3%;
    color: #106b3f;
    font-weight: bold;
}

.turkanaCounty {
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    font-size: 25px;
    padding-top: 20px;
}

.monitoringData {
    font-size: 5rem;
    padding-top: 5vh;
    font-style: oblique;
}

.theSVG {
    width: 70%;
    height: 96px;
}

.theEasyWay {
    font-size: 2.5rem;
}

.buttons {
    border: 1px solid green;
    text-align: center;
    height: auto;
    background-color: green;
    color: white;
    text-decoration: none;
}

#navbarSupportedContent {
    margin-right: 100px;
}

.imageUser {
    color: aliceblue;
    background-color: white;
    border: none;
    border-radius: 7px;
}

.card-login {
    background-color: transparent !important;
    text-align: center;
    color: antiquewhite;
    font-weight: bold;
}

.card-login .card-header {
    color: white;
    font-size: 20px;
    font-weight: bold;
}

.submit {
    border: 1px solid green;
    border-radius: 6px;
    padding: 4px 10px;
    margin: 4px;
    text-align: center;
    width: 200px;
    height: auto;
    background-color: green;
    color: white;
    text-decoration: none;
}

.btn-link {
    color: green;
    font-size: 20px;
    font-weight: 900;
    text-decoration: none;
}

.myNavBar {
    display: flex;
    justify-content: flex-end;
    align-content: flex-end;
    margin-right: 20px;
}
