.singleNavButton {
    display: flex;
    align-items: center;

    margin-top: 1.5vw;
    padding: 0;

    background-color: white;
    border-color: white;
    border-radius: 3vw;

    min-width: 20vw;
}

.singleNavButton p {
    font-size: 1.4vw;
    font-weight: bold;
}