@import url('https://fonts.googleapis.com/css2?family=Ephesis&display=swap');


body {
    font-family: 'Arial', sans-serif;
    margin: 0;
    padding: 0;
    background-color: #f4f4f4;
    background-image: url(images/094b60924e.jpg); 
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: 100vh;
    background-size: cover;
}

body:after {
    content: "";
    position: fixed;
    top: 0;
    height: 100vh;
    left: 0;
    right: 0;
    z-index: -1;
    background: linear-gradient(rgba(0, 0, 0, 0.753), rgba(0, 0, 0, 0.781));
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.container {
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 900px;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
   
}

h1 {
    color: #ffffff;
    font-size: 30px;
    font-family: sans-serif;
    height: 100px;
    line-height: 45px;
}


section  {
    color: #ffffff;
    font-size: 30px;
    font-weight: 200;
    font-family: sans-serif;
    height: 100px;
}



h2 {
    font-family: 'Ephesis', cursive;
    font-size: 60px;
    color: rgb(255, 255, 255);
    font-weight: 100;
    height: 50px;
}

p {
    font-size: 50px;
    color: #ffffff;
}

.social-buttons {
    margin-top: 20px;
}

a {
    display: inline-block;
    padding: 10px 20px;
    margin: 0 10px;
    text-decoration: none;
    color: #fff;
    border-radius: 5px;
    font-weight: bold;
}



i {
    font-size: 40px;
margin-top: -20px;
}

.logo {
    display: flex;
    margin: auto;
    width: 100%;
  
    align-items: center;
    justify-content: center;
  
}

.logo img {
    height: 10rem;
    margin: auto;
    margin-top: 30px;
}

@media (max-width: 600px) {
    h1 {
        font-size: 18px;
        line-height: 24px;
    }

    section {
        font-size: 18px;
        line-height: 24px;
    }
    

h2 {
    font-size: 40px;
    margin-top: -10px;
}

    p {
        font-size: 18px;
        margin-top: -14px;
    }

i {
    font-size: 30px;
}

    .container {
        text-align: center;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        max-width: 900px;
        padding: 20px;
        border-radius: 8px;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
        width: 90%;
       
    }

    .logo img {
        height: 8rem;
margin-top: 60px;
}

}