.welcome-container{
    display: grid;
    /*align-items: center;*/
    justify-items: center;
    grid-template-rows: auto auto;
}

.welcome-text-container{
    width: 100%;
    display: grid;
    grid-template-rows: auto auto;

    color: whitesmoke;
    text-shadow: 1px 1px black;
}

.welcome-text{
    font-family: 'Rubik', Arial;
    text-align: center;
    padding: 25px;
    padding-left: 25%;
    padding-right: 25%;
}

.welcome-text.head{
    display: flex;
    align-items: end;
    justify-content: center;
    text-align: center;
    padding-top: 35px;
    padding-bottom: 0px;
    font-weight: bold;
    font-size: x-large;
}