* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body {
    height: 100vh;
    background-color: white;
    padding-top: 150px;
}

.logo {
    max-width: 300px;
    width: 100%;
}
.logo-center{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}
.text-center{
    width: 70%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
    padding-top: 12px;
}