html{
    height: 100%;
}

body {
    background-image: url(assets/home-page.jpg);
}

section {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 195px;
}

h1 {
    font-size: 50px;
}

h2 {
    font-size: 50px;
}

p {
    font-size: 30px;
}

button {
    font-size: 20px;
    padding: 5px;
    border-radius: 10px;
    margin-bottom: 10px;
}