.body{
    height: 100%;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}

.nav{
    background-image: url('lokador.jpeg');
    background-repeat: no-repeat;
    text-align: center;
    height: 15vh;
    width: 100%;
}

.main{
    position: relative;
    min-height: 100%;
    margin-top: 5%;
}

.text{
    text-align: center;
    width: 75%;
    margin-left: auto;
    margin-right: auto;
    font-size: 2em;
    font-weight: bold;
}

.main-image{
    margin-top: 5%;
    width: 100%;
    text-align: center;
}

.footer{
    background-color: #000;
    width: 100%;
    display: flex;
    flex-direction: row;
    position:absolute;
    bottom: 0;
}

.footer>div{
    width: 100%;
}

.footer-ul,
:any-link{
    color: #fff;
    text-decoration: none;
    list-style-type: none;
}

.footer-li-top{
    margin-bottom: 2%;
}

.copyright{
    text-align: center;
    color: #fff;
}