body{
    margin: 0;
    padding: 0;
}

.body-home{
    background: rgb(92,0,255,1);
    background: radial-gradient(circle, rgba(255,255,255,1) 0%, rgba(254,253,255,1) 10%, rgba(245,240,255,1) 30%, rgba(92,0,255,1) 100%);    background-repeat: no-repeat;

}

button {
    background: none;
    border: none;
    outline: none;
    box-shadow: none;
}

.nun-container{
    min-height: 100vh;
    align-content: center;
}

.nun-logo{
    width: 40vw;
}

.button-container{
    width: 50%;
}

.reader{
    width: 50%!important;
}

@media (width <= 1250px) {
    .nun-logo{
        width: 75vw;
    }
    .button-container{
        width: 100%;
    }
    .reader{
        width: 75%!important;
    }
  }