@import url('https://fonts.googleapis.com/css2?family=Lobster&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Pacifico&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Yusei+Magic&display=swap');

html{
    background-image: url("img/macaron.jpg");
    background-repeat: repeat;
    background-size: 21%;
}
body{
    margin: auto;
}
.header{
    margin: auto;
    display: flex; 
    justify-content: center; 
    align-items: center;
}
.header2{
    margin: auto;
    display: flex; 
    justify-content: center; 
    align-items: center;
}
#main{
    display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;
    height: 85vh;
}
#links{
    margin: auto;
    width: 50%;
    order: 1;
    display: flex;
    flex-direction: column;
    align-content: stretch;
    margin-bottom: 5%;
}
#links button{
    height: 7vh;
    width: 100%;
    margin-top: 1vh;
    border-style: none;
    border-radius: 1vh;
    background-color: #b1530b;
    color: white;
    font-size: 4vh;
    font-family: 'Yusei Magic', sans-serif;
    font-weight: bold;
}
.commissionTbl{
    width: 100%;
    color: #b1530b;
    font-family: 'Yusei Magic', sans-serif;
    text-align: left;
}
.commissionTbl th{
    font-size: 5vh;
    text-decoration: underline;
}
.commissionTbl td{
    font-size: 4vh;
}
.commissionTbl td.prices{
    text-align: right;
}
p{
    width: 100%;
    font-size: 1.3cm;
    color: #b1530b;
    font-family: 'Yusei Magic', sans-serif;
    text-align: center;
}
@media only screen and (max-aspect-ratio: 9/10) {
    #links{
        order: 3;
        width: 80%;
    }
    .break{
        width: 100%;
        height: 10px;
        order: 2;
        margin: 0;
    }
    #links button{
        height: 4.7vh;
        font-size: 3vh;
    }
     #banner{
         width: 100%;
         margin: auto;
    }
}
       #banner2{
      width: 50%;
      margin: auto;
    }