.First_page_main{
    background-color: #fde6d3;
    height: 500px;
    width:100%;
    display: flex;
    flex-direction: column;
    justify-items: center;
    align-items: center;
}
.First_page_main .text_in{
    margin-top: 20px;
    margin-bottom: 20px;
}
.First_page_main h1{
    margin-top: 0;
}
.First_page_main p{
    font-size: 24px;
}
.First_page_main p a{
    text-decoration: none;
}
.bottom{
    clear: both;
    background-color: #ffe7b4;
    height: 75px;
    width: 100%;
    display: flex;
    justify-content: center; 
    align-items: center; 
    border-bottom-left-radius: 20px; 
    border-bottom-right-radius: 20px; 
}
