#Masthead
{
    font-family : Arial, Tahoma;
    font-size : 2.625rem;
    line-height : 2.75rem;
    color : #888;
    
    padding-top : 10px;
    border-spacing : 0px;
    position : relative;
    top : 0px;
    left : 0px;
}

#logo
{
    margin : 0px;
    padding: 0px;
    margin-top: -80px;
}

#motto
{
    text-align: left;
    font-family : Arial;
    font-size: 1.125rem;
    font-kerning :normal;
    color : rgb(120, 120, 120);
    margin : 0px;
    margin-top: -80px;
    padding: 0px;
    padding-left: 40px;
}
.Menu
{
    text-align: center;
    font-family : Roboto, Arial;
    font-size : 1.2rem;
    font-kerning :normal;
    color : rgb(160, 160, 160);
    margin : 0px;
    padding-bottom: 20px;
}
#Counter_Frame
{
    position : fixed;
    bottom : 10px;
    right : 10px;   
}
#Link_Back
{
    position : fixed;
    bottom : 10px;
    right : 100px;  
}
.ImageBox {
  width: 240px;
  height: 240px;
  border-radius: 50%;
  overflow: hidden;
}

.ImageBox img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
