/* ************  Fixed menu bar styles  ********************************************* */
body {
    font-size: 26px;
}

.menu-bar-signinup {       
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    background-color: rgb(235, 235, 235);
    padding: 10px 0;
    /* display: flex;
    align-items: center;
    justify-content: space-between; */
    z-index: 1000;
    border-bottom: solid; 
    border-bottom-width: 1px;
    border-bottom-color: rgb(194, 5, 5);
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.menu-bar-signinup .menu-title-signinup {
    margin-left: 15px;
    font-size: 26px;
    color: rgb(180, 0, 0);
    font-style: italic;
    font-weight: bold;
    
}

.menu-bar-signinup .menu-title-signinup2 {
    margin-left: 150px;
    font-size: 17px;
    color: rgb(180, 0, 0);
    /*font-weight: bold;*/
    font-style: italic;
}

.signUp {
    position: fixed;
    font-size: 16px;
    top: 90px;
    left: 40px;
}

.index_login {
    font-size: 16px;
    color: rgb(180, 0, 0);
    font-style: italic;
} 

input {
    font-size: 16px;
    border: 1px solid #e4d6d6; 
    box-shadow: 6px 6px 10px  rgba(87, 87, 87, 0.212);
}

.login_button {
    /*font-size: 14px;*/
    border: 1px solid #e4d6d6; 
    font-size: 14px;
    box-shadow: 6px 6px 10px  rgba(87, 87, 87, 0.212);
    border-radius: 5px;
    padding: 5px 10px;

}

#IntroBox {
    display: flex;
    flex-direction: column;
    position: fixed;
    top: 110px;
    left: 400px;
    width: 600px;
    /*height: 370px; */
    border: 1px solid #e4d6d6; 
    box-shadow: 6px 6px 10px  rgba(87, 87, 87, 0.212);
    border-radius: 8px;
    padding: 14px;
    color: rgb(180, 0, 0);
    font-size: 14px;
}

.signup_button {
    color: rgb(182, 47, 47);
    border: 1px solid #e4d6d6; 
    font-size: 14px;

    font-weight: bold;
    box-shadow: 4px 4px 8px  rgba(87, 87, 87, 0.212);
    border-radius: 5px;
    padding: 5px 10px;
    /*margin-left: 420px; */
}
.signup_button:hover, .login_button:hover {
    background-color: rgb(228, 212, 212);
}
.info_button {

    color: rgb(182, 47, 47);
    border: 1px solid #e4d6d6; 
    font-size: 12px;

    /* font-weight: bold; */
    box-shadow: 4px 4px 8px  rgba(87, 87, 87, 0.212);
    border-radius: 5px;
    padding: 5px 10px;
    /*margin-left: 420px; */
}
.info_button:hover {
    background-color: rgb(228, 212, 212);
}

.windowOptions {
    display: flex;
    justify-content: space-between;

}
