body{
    background:url(/img/entrepreneur-with-baggage-enters-hotel-reception-front-desk-waiting-relax-after-travelling-businessman-carrying-luggage-before-attending-important-conference-with-execut.jpg) !important;
    background-size: cover !important;
    object-fit: center !important;
}
article{
    width: 60%;
    margin: 50px auto;
    background: white;
    color: black;
    padding: 20px;
    border-radius: 20px;
    font-family: 'Ubuntu',sans-serif;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    font-size: 1.2rem;
}
article h1{
    font-size: 2.5rem;
    text-align: center;
    margin-bottom: 20px;
    font-family: 'Quicksand',sans-serif;
}
article h2{
    font-size: 2rem;
    text-align: center;
    border-top: 1px solid gray;
    padding-top: 1rem;
    font-family: 'Quicksand',sans-serif;
}