@import url('https://fonts.googleapis.com/css2?family=Ubuntu:wght@500&display=swap');

.container{
    width: 98vw;
    height: auto;
    display: flex;
    margin: auto;
    justify-content: center;
    flex-direction: row;    
}

.heading{
    width: 100vw;
    height: auto;
    display: flex;
    margin: auto;
    justify-content: center;
    font-size: 28px;
}

.select{
    width: 95vw;
    height: auto;
    margin: auto;
    display: flex;
    justify-content: center;
    /* border: 2px solid black;
    border-radius: 15px; */
}

a{
    text-decoration: none;
    color: black;
}

button{
    width:86vw;
    height: auto;
    background: none;
    border: 2px solid black;
    border-radius: 30px;
    font-size: 36px;
    cursor: pointer;
    padding: 5px;
}

button:hover{
    background: #ddd;
    border: 2px solid black;
    cursor: pointer;
}

h1{
    font-family: Ubuntu;
}