.center {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}
.big-text {
    font-size: 60px;
    position: relative;
    font-weight: bolder;
}
.center-text {
    width: 100%;
    text-align: center;
}