/*=============== GOOGLE FONTS ===============*/
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600&display=swap");

html {
    scroll-behavior: smooth;
}

:root {
    --body-font: "Poppins", sans-serif;
}

body {
    background-image: url('../images/photo-1577400983943-874919eca6ce.avif');
    background-repeat: no-repeat;
    background-position: right;
    background-attachment: fixed;
    background-size: cover;
    font-family: Arial, sans-serif;
}

.lf {
    margin: 15px 0;
    background: rgba(255, 255, 255, 0.75);
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(15px);
}

.lf h1 {
    font-size: 28px;
    color: #333;
    text-align: center;
    margin-bottom: 30px;
}

.footer {
    margin: 15px;
    background: rgba(255, 255, 255, 0.8);
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(10px);

    bottom: 0;
    color: black;
    text-align: left;
}

.footer a {
    color: black;
}

.spacer-row {
    height: 20px;
}

.social-btn {}