body {
    background-image: url("../assets/img/Background.png");
}

html {
    scroll-behavior: smooth;
}

h1, h2, h3, h4, h5, p {
    color: white;
}

h1 {
    font-size: 60px;
    text-align: center;
}

h2 {
    font-size: 30px;
    text-align: center;
}

p[id="1"] {
    text-align: left;
    font-size: 30px;
}

p[id="2"] {
    text-align: right;
    font-size: 30px;
}

p[id="3"] {
    text-align: center;
    font-size: 30px;
}

.footer {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    background-image: url("../assets/img/Background.png");
    color: white;
    text-align: center;
  }