body {
    background-color: #1e2124;
    color: white;
}
.separator {
    border-radius: 10px;
    background-size: cover;
    background-image:url('/MPC/assets/separator.png');
}
.title {
    background-image: url(/MPC/assets/BC.jpg);
    background-color: transparent;
    color: white;
    height: 90%;
    width: 100%;
    background-size: cover;
    background-position: center;
    border-radius: 20px;
    background-repeat: no-repeat ;
    background-attAchment: Fixed;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}
.bottom-title {
    background-color: #444444;
    width: 100%;
    height: 10%;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
}
.enter {
    background-color: #36393e;
    border-radius: 10px;
    right: 20%;
    left: 20%;
    border-spacing: 2px;
}
.row {
    display: flex;
}
.col {
    flex: 1; 
    border-spacing: 10px;
}
.content {
    bottom: 0px
}
#wrap {
    width: 100%;
    height: 50px;
    margin: 0;
    z-index: 99;
    position: relative;
    background-color: #444444;
    border-radius: 10px;
    position: center;
}
.navbar {
    height: 50px;
    padding: 0;
    margin: 0;
    position: absolute;
    top: 0;
}
.navbar li {
    height: auto;
    width: 135.8px;
    float: left;
    text-align: center;
    list-style: none;
    font: normal bold 13px/1em Arial, Verdana, Helvetica;
    padding: 0;
    margin: 0;
    background-color: #444444;
    border-radius: 10px;
}
.navbar a {
    padding: 18px 0;
    border-left: 1px solid #ccc9c9;
    text-decoration: none;
    color: white;
    display: block;
    color: #fff;
    transition: all 1s ease-out;
}
.navbar a:hover,
.navbar a:focus { 
    color: #333;
    background-color: #fff; 
}
.navbar li ul {
    display: none;
    height: auto;
    margin: 0;
    padding: 0;
}
.navbar li:hover ul {
    display: block;
}
.navbar li ul li {
    background-color: #444444;
}
.navbar li ul li a {
    border-left: 1px solid #444444;
    border-right: 1px solid #444444;
    border-top: 1px solid #c9d4d8;
    border-bottom: 1px solid #444444;
}
.navbar li ul li a:hover {
    background-color: #a3a1a1;
}
button {
    background-color: royalblue;
    border: none;
    color: white;
    border-radius: 10px;

}