.First_page_main{
    background-color: #d1b8ee;
    height:auto;
    width:100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.First_page_main button{
    transition-duration: 0.5s;
    background-color: #ffffbc;
    font-size: 35px;
    border-radius: 10px;
    border: 2px #8a532f outset;
    float: auto;
}
.First_page_main button:hover{
    background-color: #fcfcec;
}
.First_page_main .button_in{
    margin-top: 20px;
}
.text_in {
    border: 5px #8a532f dotted;
    background-color: #fffaca;
    width: 700px;
    font-size: 24px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-top: 25px;
    margin-bottom: 25px;
}
.text_in pre{
    word-wrap: break-word;
}
.sportPhoto{
    width: 700px;
    height: 500px;
}
form{
    display: flex;
    flex-direction: column;
    width: auto;
    font-size: 24px;
}
form .needChange{
    height: 30px;
}
form input{
    margin: 5px;
}
.bottom{
    clear: both;
    background-color: #eedc77;
    height: 75px;
    width: 100%;
    display: flex;
    justify-content: center; 
    align-items: center; 
    border-bottom-left-radius: 20px; 
    border-bottom-right-radius: 20px; 
}
