html, body {
    height: 100%;
}

body {
    background: rgb(236,0,140);
    background: linear-gradient(135deg, rgba(236,0,140,1) 50%, rgba(252,103,103,1) 100%);
    background-repeat: no-repeat;
    background-attachment: fixed;
    margin: 0;
}

#logo {
    margin: 0 auto;
    text-align: center;
}

img {
    margin-top: 40%;
}

h1 {
    display: none;
}

.responsive {
    height: auto;
    max-width: 100%;
}