@font-face{
    font-family:Comic;
    src:url("../../fonts/Comic.ttf")
}
td, th, table, tr, thead, tbody, caption{
    border: 4px, groove, #5bcefa;
    border-collapse: collapse;
    font-family: Comic;
}
body{
background-color:aliceblue;
font-family:"Comic"
}
h1{
    background-color:#5bcefa;
    font-family: Comic;
    border:3px solid black;
    padding:30px;
    margin:20px;
    text-align: center;
}
#block1{
    background-color:#f5a9b8;
    font-family: Comic;
}
#firstLink{
    background-color: white;
    font-family: Comic;
}
#secondLink{
    background-color: white;
    font-family: Comic;
}
#thirdLink{
    background-color: white;
    font-family: Comic;
}
h2{
    background-color: #f5a9b8;
    font-family: Comic;
}
#Info{
    background-color:#f5a9b8;
    font-family: Comic;
}