a { text-decoration: none; }

.navbar-brand {
    margin-left: 10px;
    font-size: 17px;
}

.navbar-nav {
    margin-left: 10px;
}

.main_title {
    text-align: center;
}

h1{
    font-family: "JUA";
    font-size: 40px;
    font-weight: 400;
    color:#92B3B7;
    padding: 30px;
}

.start {
    display: block;
    margin: 0 auto;
    height: 60px;
    width: 200px;
    border: none;
    font-size: 18px;
    color: white;
    background-color: rgb(250, 156, 49);
    border-radius: 30px;
}

.start:hover{
    color:#fff;
    box-shadow: 0 80px 0 0 rgba(0,0,0,0.25) inset, 0 -80px 0 0 rgba(0,0,0,0.25) inset;
}
