

.info{
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    /*border: 1px solid black;*/
    margin: auto;
    width: 70vw;
    height: auto;
    padding: 1vw;
}

#response{
    margin-top : 2vw;
    margin-bottom: 1vw;
    /*border: 1px solid red;*/
}

ul{
    margin-top: 1vw;
    margin-bottom: 1vw;
    /*border: 1px solid black;*/
    list-style: none;
}

li{
    font-family: "Calibri", sans-serif;
    /*border: 1px solid red;*/
    text-align: center;
}

.card {
    display: block;
}

p{
    display: block;
    position: relative;
    font-family: "Calibri", sans-serif;
    text-align: center;
}

.buttons{
    position: relative;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
    width: 80vw;
    margin: auto;
    padding: 1vw;
    /*border: 1px solid black;*/
}

.button{
    width: 20vw;
    min-width: 150px;
    padding: 3vw;
    /*border: 1px solid blue;*/
    margin: 1vw;
    font-size: 3rem;
}

