body {
        background-color: white;
    font-family: Montserrat, sans-serif;
}

.border {
    justify-content: center;
    display: flex;
}

.border .content {
    border: 2px solid rgb(96 139 168);
    border-radius: 15px;
    background-color: rgb(96 139 168 / 0.2);
    margin: 1em;
    text-align: center;
    width: 50em;
    display:block;
}