html {
    margin: 0;
}
p {
    margin: 0;
    line-height: 120%;
    letter-spacing: 1px;
}

a {
    color: black;
    text-decoration: none;
}

body {
    background-color: #70CDDC;
    color: rgb(250, 250, 250);
    background-image: url('Asset-3.png');
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: 60% 40%;;
}
header {
    margin: 40px;
    display:flex;
    align-items:flex-start;
    flex-direction:row;
    flex-wrap:wrap;
}
header p {
   padding-left: 280px;
}

@media only screen 
and (max-device-width: 600px){
    header p {
        padding: 10px 30px 20px 0px !important;
    }
    .coming {
        display: none;
    }
    footer {
        position: fixed;
        left: 20% !important;
    }
    body {
        background-position: 25% 50% !important;
    }
}
footer {
    position: fixed;
    left: 33%;
    right: 67%;
    bottom: 0;
    width: 100%;
    padding-bottom: 60px;
}
.coming {
    position: fixed;
    bottom: 70px;
    padding-left: 50px;
    width: 300px;
}

