@charset "utf-8";

.main-heading {
    width: 100%;
    margin-top: 10px;
    text-align: center;
}

.main-heading a {
    text-decoration: none;
    color: #d5f406;
}
.main-heading a:hover {
    color: #9eb603;
}
.main-heading a:active {
    color: #697903;
}

.main-search {
    width: 100%;
    text-align: center;
    margin-top: 10px;
}
.main-search-form {
    width: 100%;
    height: 50px;
    position: relative;
}
.main-search-form input {
    width: 100%;
    height: 50px;
    box-sizing: border-box;
    padding-right: 90px;
    border: 1px solid #696969;
    border-radius: 8px;
    background-color: #393939;
    color: #ffffff;
    font-size: 1.3em;
}
.main-search-form button {
    position: absolute;
    top: 0;
    right: 0;
    width: 85px;
    height: 100%;
    background-color: #28d828;
    border: none;
    border-radius: 0 8px 8px 0;
    color: #ffffff;
    font-size: 1em;
}
.main-search-form button:hover {
    background-color:#14a319;
}
.main-search-form button:active {
    background-color: #0f7a0f;
}

.main-summary {
    width: 100%;
    margin-top: 30px;
    text-align: center;
}



@media (max-width: 800px) {

    

}

