body {
    width: 100%;
    background: rgb(54, 53, 53);
   
}


.header-container {

    width: 100%;
    display: flex;
    flex-direction: row;
    background-color: none;
    align-items: center;
    
}


.corp-name {
    padding: 5px;
    display: flex;
    justify-content: center;
    font-family:Georgia, 'Times New Roman', Times, serif;
    font-size: xx-large;
    color: rgb(253, 144, 54);
    text-decoration: underline;
}


.buttons {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    
    padding: 20px;
    
}

.b1 {
    color: rgb(253, 144, 54);
   border: none;
   font-size: larger;
   font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
   cursor: pointer;
   background: rgb(54, 53, 53);
   
}


.b2 {
    color: rgb(253, 144, 54);
   border: none;
   font-size: larger;
   font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
   cursor: pointer;
   background: rgb(54, 53, 53);
}

.b3 {

    color: rgb(253, 144, 54);
   border: none;
   font-size: larger;
   font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
   cursor: pointer;
   background: rgb(54, 53, 53);
}


.b4 {

    color: rgb(253, 144, 54);
   border: none;
   font-size: larger;
   font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
   cursor: pointer;
   background: rgb(54, 53, 53);
}


.b5 {
    color: rgb(253, 144, 54);
   border: none;
   font-size: larger;
   font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
   cursor: pointer;
   background: rgb(54, 53, 53);
}


.c-content {
    
    background-image: url(../images/hecatekeep.jpg);
    background-repeat: no-repeat;
    width: 100%;
    height:850px;
    margin-bottom: 25px;
    background-size: cover;
    opacity: 0.9;
}


.zkill-button {
    display: flex;
    text-align: center;
    justify-content: space-evenly;
    width: 100%;
    height: 100%;
    align-items: center;
}

.corp-killboard {
    border: none;
    border-radius: 15px;
    color: white;
    background-color: rgb(88, 88, 185);
    width: 250px;
    height: 70px;
    font-size: 20px;
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
    cursor: pointer;
    
  
}

.disord-button {
    border: none;
    border-radius: 15px;
    color: white;
    background-color: rgb(88, 88, 185);
    width: 250px;
    height: 70px;
    font-size: 20px;
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
    cursor: pointer;
    
    
  
}


.f-content {

    width: 100%;
    height: 550px;
    display: flex;
    flex-direction: column;
    text-align: center;
    margin-top: 50px;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    font-size: xx-large;
    color: rgb(253, 144, 54);
}

.ms{
    text-decoration: underline;
    font-family:Georgia, 'Times New Roman', Times, serif;
}

.f-c-2 {
    width: 100%;
    margin-top: 150px;
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    color: rgb(253, 144, 54);
    background: white;
    padding-top: 25px;
    


}



.zkill-img {
    height: 115px;
}



