body {
    margin: 0;
    padding: 0;
    background-image: url('../img/background.jpeg');
    background-size: cover;
    background-position: 66% center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    min-height: 100vh;
    font-family: 'Poppins', sans-serif;
}