#home_page {
    background-image: url("../images/background.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    /* background-size: cover; */
}


body {
    width: 90%;
    margin-top: 10%;
    margin-left: 10%;
    margin-right: 10%;
    margin-bottom: 10%;
}

h1, h2 {
  text-align: center;
}

p {
    text-align: center;
    margin-top: 5%;
    margin-left: 5%;
    margin-right: 5%;
    margin-bottom: 5%;
}
