﻿.TopMenu {;
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-shadow: 0 2px 5px #6c6c6c;
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #330b5f;
    height: 50px;
}

.Menu {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 100%;
}

.Menu a {
    width: 100%;
    font-size: 30px;
    text-align: center;
    padding: 10px;
    text-decoration: none;
    color: #ffffff;
}

.Menu a:hover {
    background-color: #3d0d71;
    color: #fff;
    height: 100%;
}

.Current {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 100%;
}

.Current a{
    width: 100%;
    font-size: 30px;
    text-align: center;
    padding: 10px;
    background-color: #3d0d71;
    color: #fff;
    height: 100%;
}
