* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
.mainDiv {
    height: 100%;
    width: 100%;
    padding-top: 30vh;
    /* align-items: center; */
}
.select {
    height: 25vh;
    width: 50vh;
    margin: auto;
    text-align: center;

}
a {
    text-decoration: none
}
a:visited { 
    text-decoration: none; 
    color: blue;
}
.selectOption {
    font-weight: bold;
    margin-bottom: 12px;
}
.title {
    white-space: nowrap;
}