body {
    padding: 0px;
    margin: 0px;
    background-size: 100%;
}

.banner {
    display: flex;
    align-items: center;
    border-color: #f0f0f0;
    background-color: #a68ff8;
    border-bottom: 2px solid #ab91f4;
    height: 80px;
}

.banner a {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 17px;
    padding-left: 15px;
    padding-right: 15px;
    color: white;
    text-decoration: none;
    width:100px;
    height: 100%;
}

.banner a:hover {
    background-color: #d1a8d9;
}

.logo{
    height:80px;
    margin-left: 10px;
    margin-right: 10px;
}