
* {
    margin: 0%;
    padding: 0%;
}

.main {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #ffffff   ;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;

}

.content {
    background-color: #ffffff;
    display: flex;
    justify-content: center;
    padding: 20px 20px 20px 20px;
    width: 1100px;
    flex-direction: column;
margin-bottom: 40px;

}
.h1{
    text-align: center;
    font-size:45px;
    padding: 20px;
}
.h1 span{
color: #0168ff;}

.content img{
    width: 100%;
    max-width: 900px;
}
.short{
    font-size: medium;
    font-weight: bold;
    text-align: center;
}   
.content button{
    border-color: rgb(0, 0, 0);
    font-weight: 900;
    margin-top: 20px;
 border-radius: 12px;
    background-color: #0168ff;
    box-shadow: 2px 2px 4px 0px rgb(34, 34, 34);
    border: none;
  padding: 10px;
    font-weight: 400;
    font-size: 30px;
    text-align: none;
    color: #ffffff;
    cursor: pointer;

}
.para{
    font-size: 20px;
    margin-top: 20px;
}
.btn-anchar{
    text-align: center;
}

.img-1 img{
    width: 100%;
    max-width: 400px;
    margin-top: 20px;
}
.img-2 img{
    width: 100%;
    max-width: 900px;
    margin-top: 20px;
}
.top-image img{
    width: 100%;
    max-width: 400px;
}

footer{
    background-color: #f0f0f0;
    padding-bottom: 20px;
}
footer a{
    color: #818181;;

}
.FOOT-MENU{
    display: flex;
    justify-content: space-around;
    padding: 20px;
}
.btn{
    font-size: x-large;
    padding: 15px;
    color: #818181;
    text-shadow: 0px 0px 10px rgb(0 0 0 / 46%);
    background-color: #26D179;
    border-radius: 6px 6px 6px 6px;
    box-shadow:0px 0px 53px -10px rgb(143 255 213 / 70%);
    border: none;
    cursor: pointer;
    display: flex;
    justify-content:center ;
    align-items: center;
    text-decoration: none;
}
footer{
    color: rgb(112, 112, 112);
    padding: 100px 300px  100px 300px ;
    }
    
    @media only screen and (max-width: 600px) {
        footer{
            padding: 10px 10px  10px 10px ;
    
        }
        .btn{
            font-size: larger;

        }
        .content {
            padding: 10px;
        }
        .h1{
            text-align: center;
            font-size:25px;
            padding: 0px;
        }
    }