.info {
    display: flex;
    color: var(--fnt-color);
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 1.5rem;
}
.info h1{
    font-size: 1.5rem;
}
.info h3{
    font-size: 0.8rem;
    margin-bottom: 1.5rem;
}

.info p{
    font-size: 0.7rem;
    text-align: center;
}