lastWarMenu {
    display: block;
    margin: auto auto;
}

menubuttons {
    display: flex;
    grid-template-columns: 20% 20% 20% 20% 20%;
}

lastWarMenu button {
    width: 9vw;
    font-size: x-large;
    margin: 3px;
    box-shadow: 2px 2px #f9bf42;
    color: #5cfafa;
    background: transparent;
    border-radius: 16px;
    border: solid 2px #5cfafa;
}

