body {
    color: white;
    background-color: black;
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-style: normal;
}

p {
    font-weight: 300;
}

img {
    width: 50px;
    height: 50px;
}

.title {
    display: flex;
    align-items: center;
    column-gap: 10px;
}

.line {
    height: 2px;
    background-color: white;
}