@import url('https://fonts.googleapis.com/css2?family=Inconsolata&display=swap');
@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0-beta2/css/all.min.css');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}


body {
    text-align: center;
    font-family: 'Inconsolata', monospace;
}

body h1 {
    text-align: left;
    padding-left: 20px;
    padding-top: 15px;
}

a {
    color: #00AC0C;
    text-decoration: none;
}

a:hover {
    color: #00F7A3;
    text-decoration: underline;
}

table,
th,
td {
    border: 2px solid black;
}

table {
    width: 500px;
    margin: auto;
    border-collapse: collapse;
}

#smallscreen_hide_title {
    display: none;
}

.smallscreen-hide-text {
    display: none;
}

#border-paddings {
    padding-top: 20px;
    padding-bottom: 20px;

}

figure {
    padding-top: 10px;
    padding-bottom: 20px;
}

figcaption {
    text-align: center;
}

img {
    max-width: 100%;
    height: auto:
}

footer {
    display: none;
    padding-top: 20px;
}
