body, html {
    height: 100%;
    margin: 0;
    font-family: 'DB Sans', sans-serif;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    background: #fff;
    overflow: hidden;
}

.language-switch {
    margin-top: 4em;
}

.container {
    text-align: center;
    position: relative;
    top: 10%;
}

.text p {
    margin: 0.5em 0;
    transition: all 0.5s;
}

.name {
    font-size: 3.5em;
    margin-bottom: 2em;
    padding-bottom: 0.125em;  /* Add padding to create space */
}

.phrase {
    font-size: 2em;
    margin-top: 2em;  /* Add this line to create more space */
    margin-bottom: 2em;
	padding-bottom: 0.5em;
}

.moving {
    font-size: 1.5em;
    position: relative;
    display: inline-block;
}
