.description{
    font-size: 20px;
    font-family: 'Poppins', sans-serif;
    font-weight: bold;
}

h1{
    text-align: center;
}

body{
    background-image: url('background.jpg');
    text-align: center;
}

.flex-container {
    display: flex;
    justify-content: center;
}