.document_wrapper{
    position: relative;
    display:flex;
    justify-content: center;
    align-items: center;
    margin-top:3%;
}

.document{
    color:white;
    font-family: Montserrat;
    box-sizing: border-box;
    width: clamp(20rem, 90%, 1310px);
    font-size:11pt;
    background-color: #25262cb4;
    box-sizing: border-box;
    padding:20px;
    border-radius: 8px;
}

a{
    color: rgb(109, 175, 250);
}
