*{
    font-family: 'Times New Roman', cursive;
}
html{}
h1{
    color: #26dc09;
}
h2{
    color: black;
}
h3{
    color: black;
}
body{
    background: white;
}
input{
    padding: 8px 6px;
    display: block;
    width: 30%;
    border-radius: 1px;
    border: 0.5px solid #020202;
    line-height: 1rem;
    color: black;
    font-size: 1rem;
}
/*
    SLIDER
 */
.slider-tittle{
    text-align: center;
    padding: 30px 0;
}
.carousel{
    height: 600px;
    width: 800px;
    left: 400px;
    bottom:490px;

}
.carousel-inner, .carousel-item{
    height: 600px;
    border-radius: 4px;
}
.carousel-caption h5{
    font-size: 1rem;
    font-weight: 500;
    background: antiquewhite;
    max-width: 100%;
    padding: 0.2em;
    opacity: 0.5;
}
.carousel-caption-hack {
    position: absolute;
    height: 70px;
    right: 0;
    bottom: 1rem;
    left: 0;
    padding-top: 1.25rem ;
    padding-bottom: 1.25rem ;
    color: #0e7a1d;
    text-align: center;
    width: 100%;
}
.content.row{
    left: 300px;
    margin-bottom:30px;
    margin-top:60px;
    margin-left: 60px;
}
.alice{
    margin-bottom:30px;
    margin-top:30px;
}
/*.bob.form{*/
/*    bottom:0px;*/
/*    left:300px;*/
/*    top:300px;*/
/*}*/