body{
    background-image: url('bk test 1 smoosh.jpg');
    background-position: 50% 32%;
    background-size: 230%;
    background-color: rgb(75, 84, 61);
}
.logo{
    color: white;
    text-align: center;
    /* font-size: 40px; */
    /* transform: translateY(10%); */
}
.links{
    color: white;
    text-align: center;
    letter-spacing: .1em;
    transform: translateY(-20%); 
    font-size:3.5vmin;
}
a{
    font-family: "Swanky and Moo Moo", cursive;
    /*text-decoration: none;*/
}
a:link {
    color: white;
    text-align: center;
}
a:hover{
    color: #eecda5 !important;
}
a:visited{
    color:white;
}
.center{
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}