.container{
    width: calc(100% - 32px);
    height: 100vh;
    padding: 16px;
}
.logo{
    display: flex;
    justify-content: center;
}
p{
    text-wrap: wrap;
}
