﻿.mainbox {
    position: relative;
    top: 1rem;
    left: 4rem;
    border-radius: 10px;
    padding: 1rem 0;
    padding-left: 1rem;
    padding-right: 1rem;
    width: 95%;
}

.centerbox {
    padding: 0;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 0 40px rgba(0, 0, 0, 0.03);
}

.notifybox {
    position: relative;
    top: 1rem;
    left: 4rem;
    border-radius: 10px;
    box-shadow: 0 0 40px rgba(0, 0, 0, 0.03);
    width: 95%;
}