﻿/*Records retention style sheet*/

.body {
    width: 100%;
    height: 100vh;
}

.wrapper {
    min-height: 100vh;
    background-color: #FAFAFA;
    padding: 15px;
    box-shadow: 3px 3px 3px #FAFAFA;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    font-size: 22px;
    justify-items: center;
    opacity: .85;
}


.blurb {
    width: 50%;
}