
.p1-main {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    align-self: center;
    justify-self: center;
    width: 80%;
    height: 100%;
}

.p1-content {
    display: flex;
    align-items: center;
}


.p1-title{
    font-size: 28px;
    margin: 2%;
}

.p1-logo{
    height: 45%;
}
