#land_pg_box1{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
#land_pg_subt{
    font-family:'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    margin-bottom: -10px;
    font-size: xxx-large;
    color: rgb(235, 115, 38);
}
#land_pg_logo{
    margin-top: 20px;
    width: 200px;
}
#land_pg_titl{
    font-family:'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    color: rgb(235, 115, 38);
}
#land_pg_menu{
    margin-top: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
}
#attention_box{
    margin-top: 300px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
#attention_header{
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    font-size: xx-large;
    color: rgb(235, 115, 38);
    margin-bottom: -3px;
}
#attention_text{
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;

}
.button_a{
    text-decoration: none;
}
.button_d{
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    width: 250px;
    height: 100px;
    background-color: rgb(235, 115, 38);
    border-radius: 10px;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    color: white;
    transition: all 0.3s ease;
    margin-left: 20px;
    margin-right: 20px;
    box-shadow: 0px 5px 13px gray;
}
.button_d:hover{
    transform: scale(1.1);
    transition: all 0.3s ease;
    box-shadow: 0px 5px 13px rgb(235, 115, 38);
}
