body {
    
}

.link_button_style {
    width: 90%;
    background: #568ec7;
    cursor: pointer;
    font-weight: bold;
    border-radius: 10px;
    font-size: 20px;
    font-family: Calibri;
    text-align: center;
    text-decoration: none;
    margin: 5px;
    margin-left: auto;
    margin-right: auto;
    padding: 10px;
    outline: none;
    overflow: hidden;
    word-wrap: break-word;
    white-space: pre-wrap;
}

    .link_button_style p {
        display: block;
        text-align: center;
        color: white;
        text-decoration: none;
        overflow: hidden;
        word-wrap: break-word;
        white-space: pre-wrap;
    }