#bodysection
{
        height: 100vh;
        background-color: whitesmoke;
        display: flex;
        justify-content: center;
        align-items: center;
}
.message
{
        padding:30px;
        box-shadow: 0px 0px 0px 2px 3px black;
        text-align: center;
}
.message h2
{
        font-size: 50px;
        font-weight: 600;
}
.message span
{
        color:red;
}
.message a
{
        background-color: #040482;
        padding:15px 30px;
        color:white;
        font-size: 20px;
        font-weight: 500;
        letter-spacing: 1px;
        text-decoration: none;
        border-radius: 7px;
