body{
    
    width: vw1;
    height: vh1;
    background-color:rgb(31, 231, 164);
    font-family: 'Martin Mono', monospace;
    text-align: center;
    img {max-width: 50%; }

}


.readMe{
    margin: 50px;
    padding: 50px;

}
.colum{
    float: left;
    width: 50%;
    padding: 10px;
    
}
.row:after {
    content: "";
    display: table;
    clear: both;
    
}

footer{
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 50px;
    background-color: rgb(245, 250, 248);}
