.myteams__centerflex {
    display: flex;
    flex-direction: column;
    align-items: center;
}

#myteamoptions {
    background-color: var(--bg-c);
    padding: 1.5vh 0vw;
    width: 100%;
}

#myteam_search {
    margin: 2vh 0vw 2vh 0vw;
}

#teams p {
    margin: 2vh;
    text-align: center;
}

#myteamsearch img {
    max-height: 1.5em;
    margin-bottom: -.5em;
    margin-right: .5em;
}
