@charset "UTF-8";

.thanks_msg_container{
    background-color: rgb(178 255 220);
    color: black;
    width: 100%;
    height: fit-content;
    padding: 20px;
    text-align: center;

}.thanks_msg_caption{
    font-size: 50px;
    width: fit-content;
    margin: 0 auto;
    margin-bottom: 30px;

}.thanks_msg_body_a{
    font-size: 25px;
    font-weight: bold;
    font-family: serif;
    margin: 35px 10px;

}.thanks_msg_body_b div{
    font-size: 25px;
    font-weight: bold;
    width: fit-content;
    margin: auto;
    font-family: sans-serif;

}.thanks_msg_body_b > a {
    color: black;
    text-decoration: none;
    width: fit-content;
    display: block;
    margin: auto;

}.thanks_msg_body_b > img{
    width: 300px;
    margin: 60px auto;
    display: block;
}

.thanks_msg_tel_number{
    margin: 0 5px;
    font-size: 25px
}

.company_container{
    position: relative;

}.scroll_button{
    position: absolute;
    right: 0;
    bottom: -40px;
    z-index: 10;
    width: 20%;
}