body, html{
    height: 100%;
    width: 100%;
    margin: 0;
}

.container{
    display: flex;
    height: 100%;
    justify-content: center;
    align-items: center;
}

.content{
    text-align: center;
}