body {

    background-color: #2b2b2b;
    width: 100%;

}


.flexTainer {

    margin-top: 40vh ;
    display: flex;
    justify-content: space-evenly;
    text-transform: uppercase;
    font-weight: bold;
    font-size: xx-large;

}

.flexTainer div {

    border: 1px solid silver;
    color: silver;
    border-radius: 25px;
    padding: 0 15px 0 15px;

}

.flexTainer div:hover {

    border-color: white;
    color: white;
    cursor: pointer;

}
