html,
body {
    height: calc(100% - 70px);
}

.main1 {
    position: relative;
    width: 100%;
    height: 630px;
    background-image: url("../images/Taxi_Portugal2.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom right;
}

.rainCanvas {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
}

.text {
    left: 50%;
    margin-left: -275px;
    width: 550px;
    top: 30%;
    text-align: center;
    color: white;
    text-shadow: 1px 1px 2px #000000;
    position: absolute;
    z-index: 80;
    -webkit-filter: drop-shadow(5px 5px 15px #ffffff);
    word-wrap: break-word;
}

.text h2 {
    position: relative;
    font-size: 45px;
}

.text p {
    width: 100%;
    position: relative;
    font-size: 19px;
}

@media only screen and (max-width:550px) {
    footer {
        padding: 0px;
    }
    .main1 {
        height: 85%;
    }
    .text {
        margin-left: -225px;
        width: 450px;
    }
    .text h2 {
        font-size: 35px;
    }
    .text p {
        font-size: 16px;
    }
}

@media only screen and (max-width:450px) {
    .text {
        top: 15%;
        margin-left: -145px;
        width: 290px;
    }
    .text h2 {
        font-size: 35px;
    }
    .text p {
        font-size: 16px;
    }
}