body{
    background-color: #000012;
    font-family: Arial, Helvetica, sans-serif;
    color: white;
    overflow: auto;
    max-height: max-content;
}

p{
    text-align: center;
}

img{
    width: 40%;
}

#fingerguns{
    width: 30%;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 5%;
}

#buttons{
    font-size: 20px;

    border-top: 2px solid #333;
    border-bottom: 2px solid #333;
    padding: 4px 0 4px 0;
    margin: 0;
    text-align: center;
    white-space: nowrap;
}

#buttons li{
    display: inline;
    list-style: none;
    margin-right: 10px;
 }

a:link, a:visited{
    background-color: #000050;
    color: white;
    padding-left: 20px;
    padding-right: 20px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
}

a:hover, a:active{
    background-color: #606060;
}

#bigText{
    text-align: center;
    font-size: 5em;
    margin-top: 30px;
    margin-bottom: 10px;
    padding: 0;
}

.rssDescript, .atomDescript{
    text-align: left;
    font-size: 1em;
    padding: 0;
}