.boxmessage1 {
   
    text-align: center;
    width: 100%;
    float: inline-end;
    padding-top: 20px;
    padding-bottom: 10px;
    border-top: 1px solid grey;
    position: static;
    bottom: 0;
}

.wrapperbottom {
    width: 100%;
    clear: both;
    position: absolute;
    bottom: 0;
    width: 100%;
}

.contentwrap {
    position: relative;
    padding-bottom: 170px;
}

.text {
    color: grey;
}

.links {
    color: rgb(32, 110, 255);
    font-size: 27px;
}

.instagram {
    color: rgb(235, 52, 219);
    font-size: 27px;
}
 
.navlink {
   padding: 10px;
    font-size: 15px;
    text-decoration: none;
    color: #1e7e98;
}

.navlink:hover {
    color: blue;
}