html * {
    margin: 0px;
    padding: 0px;
    font-family: Arial, Helvetica, sans-serif;
}

.banner {
    width: 100vw;
    height: auto;
    position: relative;
}

.banner-small {
    width: 100vw;
    height: auto;
    position: relative;
}

.banner-small img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 35%;
}

.tail {
    text-align: center;
    width: 100vw;
    height: 10vh;
    margin-top: 25px;
}

.tail p {
    color: white;
    font-size: 0.6em;
    margin: 25px;
}

body {
    background-color: white;
}