#add-classroom-subscription-view {

    height: 98%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

    h3 {
        font-size: 28px;
    }

    p {
        margin: 16px;
        text-align: left;
    }

    button {
        width: 200px;
        margin: 16px 8px;
    }

}