body {
    margin: 0;
    padding: 0;
}

.background {
    background-image: url(../images/banner.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: #ffffff;
    margin-top: 136px;
}

.background h1 {
    font-size: 48px;
    font-weight: bold;
    font-family: serif;
    font-style: normal;
    font-variant: normal;
    line-height: normal;
    margin-bottom: 20px;
    font-family: 'RiotGames', sans-serif;
}

.background p {
    font-size: 24px;
    font-weight: normal;
    font-family: serif;
    font-style: normal;
    font-variant: normal;
    line-height: normal;
    font-family: 'RiotGames', sans-serif;
}
.footer {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100px;
    background-color: #000;
    transform: translateY(70px);
}
.footertext{
    padding-top: 30px;
}