img{
    width:100%;
    height:auto;
}
p{
    	gap: 10px; 
        padding: 10px;
        margin:10px;
    }
    h1{
        gap: 10px;
        padding: 10px;
        margin:10px;
        background-color:#ADD8E6;
        font-weight: 700 !important;
    }
    hr{
    	margin-top:10px;
    }
    button{
    	padding:20px;
        background-color: #25D366;
        font-weight:bold;
        font-size:20px;
        color:#075E54;
        border-radius:10px;
        display:flex;
        align-items: center;
    }
    
@media screen and (max-width: 768px){
    h1{
        font-size:2.6rem!important;
        line-height: 1.2;
    }
    img{
    width:100%;
    height:auto;
}
}