.wrap {
    min-height: 100%;
    position: relative;
}

.footer {
    height: 10vmin;
    /* margin-top: 10vmin; */
    width: 100%;
    background-color: #070707;
    color: #dadada;
    text-align: center;
    font-size: 2.3vmin;
    line-height: 10vmin;
    float: left;
    font-weight: 300;
    /* display: flex;`
    justify-content: center;
    align-items: center; */
    /* position: relative; */
    bottom:0%;
}



/*
position: fixed;
   left: 0;
   bottom: 0;
   width: 100%;
   background-color: red;
   color: white;
   text-align: center;
*/