*{
            margin: 0;
            padding: 0;
            box-sizing: border-box;
            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;            
        }
        html,body{
            height: 100dvh;
            width: 100dvw;
            background-image: url("background.jpg");
            background-repeat: no-repeat;
            background-size: cover;            
        }
        .container{ 
            height: 90vh; 
            padding-top: 2rem;                 
                             
        }
        .header{
            display: flex;
            justify-content: space-evenly;            
        }
        .heading{
            display: flex;
            justify-content: center;            
        }
        .content{
            margin-top: 2rem;
            display: inline-block;
            height: 55vh;
        }
        .intro img{
            border: 2px solid white;    
            border-radius: 50%;
            float: left;
            width:20rem; 
            height:20rem;
            margin-right: 1rem; 
                   
        }
        .text{
            position: relative;            
            padding: 1rem;
            margin-top: 3rem;
        }    
        
        .footer{
            position: static;
            top:90vh;
            display: flex;
            justify-content: space-between;
        }
        .socials{
             padding-right: 4rem;         
        }
        .copy{
            display: flex;
            align-items: end;
            padding-left: 2rem;
            font-size: smaller;            
        }
        .tel{
            font-size: x-small;
            display: flex;
            justify-content: space-evenly;
        }
        .legal{
            font-size: x-small;
            display: flex;
            flex-direction: column;
            justify-content: space-evenly;
        }
        .address{
            display: flex;
            justify-content: space-around;
        }
        .intro{
		display:flex;
	justify-content: center;
	}
	.para{
        width: 60%;
        text-align: center;
        background-color: rgba(255, 255, 255, 0.8);
        padding: 1rem;
        border-radius: 10px;    
		}

