@import url('https://fonts.googleapis.com/css2?family=Poppins&display=swap');

* {
    margin: 0;
    padding: 0;
    max-width: 100%;
    list-style: none;
    text-decoration: none;
}

body {
    font-family: 'Poppins', sans-serif;
}

.title {
    font-size: 25px;
    font-weight: bold;
}

.title {
    margin-top: 100px;
}

.section {
    display: flex;
    flex-direction: column;
    align-items: center;
    flex-direction: column;
}

#footer {
    display: flex;
    justify-content: space-between;
    margin-top: 100px;
    background-color: #130f40;
    padding: 50px;
}

#footer span {
    color: white;
}