@import url('https://fonts.googleapis.com/css2?family=Festive&family=Lobster&family=Pacifico&family=Roboto:ital,wght@0,100;0,300;0,400;1,100;1,300&family=Zen+Kurenaido&display=swap');
body{
    font-family: 'Roboto',sans-serif;
    font-size: 13px;
}
.container{
    width:90%;
    margin:auto;
    overflow:hidden;
}
.hidden{
    display:none;
}
.link{
    display:none;
}
a{
    color:brown;
}
a:hover{
    opacity: 0.7;
}
p{
    text-align: center;
}
table td{
    border:1px black solid;
}
h1{
    text-align:center;
}
table{
    width:100%;
}
table,
th,
td {
    border: 1px solid #000;
    border-collapse: collapse;
}
figure img{
    width:100%;
    height:auto;
}
figure{
    padding:0;
    margin:0;
}