body {
    background-image: url('../Seirosknights.PNG/rhea.png'), url('../Seirosknights.PNG/seiros.png');
    background-position: left , right ;
    background-size: 50% 100%, 50% 100%;
    background-repeat: no-repeat, no-repeat;
    background-color: #706b69;
  }
  

a{
    color: #FFFFFF;
    font-size: 20px;
}

h1{
    text-align: center;
    color: #FFD700 ;
}

a:hover{
    color: #ffD700 ;
}

div{
    background-color: rgba(0, 0, 0, 0.344);
    color:#FFD700;
    font-size: x-large;
    margin-bottom: 15%;
}