html,
body {
    display: block;
    width: 100%;
    height: 100%;
}

#banner {
    display: block;
    width: 100%;
    height: 100%;
    background-image: url(img/bgzoom.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top right;
}

h1 {
    font-size: 1.2rem;
    font-weight: 600;
    color: #ffffff;
}

p {
    color: #ffffff; 
    line-height: 1.2; 
}

ul {
    list-style: none;
    padding: 0;
}

ul li {
    font-size: 1rem;
    color: #ffffff;
}

ul li a {
    text-decoration: none;
    color: #ffffff;
}