.background {
    height: 100vh;
    width: 100vw;
    background-image: url('/static/simply_amazed/img/section-3-bg.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.register {
    background-color: transparent;
    position: absolute;
    padding: 20px;
    top: 50vh;
    left: 50vw;

    ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);

    border-radius: 10px;

    color: white;
    text-align: center;
}
