body {
    margin: 0;
    margin-left: 60px;
    padding: 0;
    background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url('corona.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    color: #b7e9f7;
    font-family: cursive;
    background-position: center;
}

.img {
    width: 20%;
    height: 20%;
    padding: 3px;
    margin: 50px;
    float: right;
    justify-content: center;
    display: flexbox;
    align-items: center;
    /*padding-top:400px;*/
    padding-right: 400px;
}

.home {
    color: #b7e9f7;
    ;
    font-size: 1.8rem;
    margin-left: 2px;
    background: transparent;
    /*text-align: right;*/
    padding-left: 610px;
    padding-right: 100px;
    padding-bottom: 2px;
}

.container {
    height: 50;
    width: 50;
    display: flex;
    background-color: black;
    flex-wrap: wrap;
}

.contact1 {
    width: 20%;
    height: 50%;
    padding: 80px;
    border-radius: 35px;
    background-color: rgba(0, 0, 0, 0.8);
    color: azure;
    display: flexbox;
    flex-direction: column;
    justify-content: center;
    /*align-items: center;*/
    float: left;
    margin-left: 270px;
    /*animation: rotate 2s linear;*/
}

.h3 {
    text-align: center;
}

.contact2 {
    width: 20%;
    padding: 80px;
    border-radius: 35px;
    background-color: rgba(0, 0, 0, 0.8);
    color: azure;
    display: flexbox;
    flex-direction: column;
    justify-content: center;
    /*align-items: center;*/
    float: right;
    margin-right: 280px;
    /*animation: rotate 2s linear;*/
}

.app {
    color: white;
    display: inline-flexbox;
    /*flex-direction: column;*/
    padding-right: 48.5%;
    /*float:right;*/
    text-align: center;
}

a {
    color: white;
    display: inline;
    float: right;
    flex-direction: row;
    /*flex-wrap: wrap;*/
    padding-left: 40px;
    bottom: 30px;
    align-items: center;
}

.contact {
    color: white;
    display: inline;
    flex-direction: column;
}

.name {
    text-align: center;
}

.download {
    text-align: center;
    font-size: x-large;
    font-weight: 500;
    padding-top: 20px;
}

.place {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-left: 20px;
}

.text {
    text-align: center;
    font-size: larger;
    font-family: cursive;
    color: #b7e9f7;
    font-weight: bold;
}

@media(max-width:600px) {
    h1:first-child {
        text-align: center;
    }
    .text {
        text-align: center;
    }
    .contact1 {
        align-items: center;
        justify-content: center;
        padding-left: 0;
        display: flexbox;
        flex-direction: column;
        margin-left: -60px;
        margin-right: 60px;
        width: 100%;
        height: 100%;
        border: 2px solid whitesmoke;
    }
    .contact2 {
        align-items: center;
        justify-content: center;
        padding-left: 0;
        display: flexbox;
        flex-direction: column;
        margin-right: -20px;
        margin-left: 80px;
        width: 100%;
        height: 100%;
        border: 2px solid whitesmoke;
    }
}

@media(max-width:1440px) {
    .contact2 {
        margin-left: 20px;
    }
}

@media(max-width:768px) {
    .contact2 {
        margin-left: 200px;
        border: 2px solid whitesmoke;
    }
    .contact1 {
        border: 2px solid whitesmoke;
    }
}

@media(max-width:1024px) {
    .contact2 {
        margin-left: 200px;
        border: 2px solid whitesmoke;
    }
    .contact1 {
        border: 2px solid whitesmoke;
    }
}

@media(max-width:375px) {
    .home {
        text-align: center;
        margin-right: 30px;
    }
}

@media(max-width:425px) {
    .home {
        text-align: center;
        margin-right: 40px;
    }
}

@media(max-width:320px) {
    .home {
        text-align: center;
        margin-right: 10px;
    }
}