.center {
    min-height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: bold;
    font-size: 5vw;
}

.icon {
    max-width: 40px;
    width: 40px;
    max-height: 40px;
    height: 40px;
}