body {
    text-align: center;
    background-image: url('kibablack_background.png');
    background-repeat: no-repeat;
    background-attachment: fixed;
    font-family: 'Candara', 'Lucida Sans', sans-serif;
    background-size: cover;
    margin: 0;
    padding: 0;
}

h2, p {
    margin: 10px;
}

#banner {
    width: 1139px;        
    text-align: center; 
	line-height: inherit; 
	padding: 20px 0px 20px 0px;
}

.containermain {
    margin: 0 auto;      
    text-align: left;
    width: 1139px;        
}

#island {
    float: left;
    width: 800px;       
    height: 610px;
    margin: 10px 5px 0px 7px;
    padding: 10px 8px 10px 8px;
    overflow: auto;
    color: #fbf1f1;
    border-radius: 10px;
    border-style: ridge;
    border-color: #fbf1f1;
    background-image: url("Kiba_leaf.jpg");
    background-repeat: none;
    background-attachment: fixed;
}

#sidebarleft {
    float: left;
    width: 130px;
    height: 610px;
    padding: 10px 8px 10px 8px;
    border-radius: 10px;
    border-style: ridge;
    background-color: #fbf1f1;
}

#sidebarright {
    float: right;
    width: 130px;
    height: 610px;
    padding: 10px 8px 10px 8px;
    border-radius: 10px;
    border-style: ridge;
    background-color: #fbf1f1;
}

.frame {
    display: flex;
    justify-content: center;
    margin-left: 10%;
    margin-right: 10%;
    margin-top: 5%;
    margin-bottom: 5%;
    border-radius: 10px;
    border-style: solid;
    border-color: #fbf1f1;
}
.container {
    display: flex;
    justify-content: center;
    margin-left: 5%;
    margin-right: 5%;
}

.navbar {
    display: flex;
    justify-content: center;
}

ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    text-decoration: none;
    background-color: #231c1f;   
    display: flex;
    border-radius: 10px;
    border-style: double;
    border-color:#fbf1f1;
}

ul li a {
    display: block;
    color: #fbf1f1;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Sans Unicode', sans-serif;
    padding: 14px 16px;
    text-decoration: none;
    box-shadow: #635e60 0px 15px 20px -5px; 
}

ul li a:hover {
    color: #231c1f;
    font-weight: bold;
    background-color: #b43837
}

#enter {
    float: left;
    width: 200px;       
    height: 200px;
    margin: 10px 5px 0px 7px;
    padding: 10px 8px 10px 8px;
    overflow: auto;
    color: #fbf1f1;
    border-radius: 10px;
    border-style: double;
    border-color: #fbf1f1;
    background: linear-gradient(145deg, #b43837, #231c1f, 100%);
    box-shadow: #635e60 0px 15px 20px -5px; 
}
#enterbox { 
    width: 300px; 
    margin: auto 50%; 
    border-radius: 15px; 
    top: 200px; 
    position: relative; 
    background: #b43837; 
    border-radius: 10px;
    border-style: double;
    border-color: #fbf1f1;
    box-shadow: #635e60 0px 15px 20px -5px; 
}