.container {
    height: 150px;
    min-height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.container > h1 {
    max-width: 90%;
    font-family:Verdana, Geneva, Tahoma, sans-serif;
    font-weight: 550;
    text-align: center;
    font-size: 5vh;
}

.span-item {
    color: #486CCF;
}

.svg-item {
    height: 200px;
}