article{
    display: flex;
    flex-direction: column;
    background-color: #333;
    border-radius: 7px;
    margin: 1em 25%;
    padding: 1em;
}

article p{
    margin: 0.5em 0;
    font-family:'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    font-weight: lighter;
}

article h2{
    margin-bottom: 1em;
}

.menu-select a:hover{
    transform: none;
    color:  rgb(210, 36, 42);
}

.menu-select h2{
    margin-bottom: 0;
}

.menu-select:hover{
    transform: scale(1.05);
    background-color: #353535;
    transition: 0.3s;
}