@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap');

body {
    background: white;
    margin: 0;
    padding: 0;
    color: #333;
}

h1 {
    text-align: center;
    font-size: 4em;
    text-decoration: blink;
}

div.link {
    text-align: center;
    font-size: 2em;
    font-family: 'Bebas Neue', sans-serif;
}

div.link a {
    border: 1px solid #333;
    padding: 4px;
    background: white;
    color: #333;
    text-decoration: none;
}

div.link a:hover {
    background: #333;
    color: white;
}
   
