﻿body {
    margin: 0;
    padding: 0;
}

.wrapper{
    width: 100%;
    height: 100%;
    padding-top: 140px;
}

.middle {
    margin: auto;
    border: 1px solid black;
    border-radius: 5px;
    background-color: #aca7a7;
    background-image: url(logo-wit.png);
    background-position-x: center;
    background-position-y: 10px;
    background-repeat: no-repeat;
    background-size: 150px;
    width: 200px;
    height: 200px;
}

.middle p{
    width: 180px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 100px;
    text-align:center;
    color: white;
    font-family:Helvetica, Arial, 'DejaVu Sans', 'Liberation Sans', Freesans, sans-serif;
}

.middle a{
    text-decoration: none;
    color: white;
}

.middle a:hover{
    color: #000000;
}
