.profile-card {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2) !important;
    max-width: 310px !important;
    height: 760px;
    margin: auto !important;
    text-align: center !important;
    line-height: normal !important;
}
.title {
    color: grey;
    font-size: 18px;
}
.blur{
    filter: blur(8px);
    -webkit-filter: blur(8px);
}
.blur:hover{
    filter: none;
    -webkit-filter: none;
}
.free_space{
    height: 300px;
}
.button {
    border: none !important;
    outline: 0 !important;
    display: inline-block !important;
    padding: 8px !important;
    color: white !important;
    background-color: #0b5ed7 !important;
    text-align: center !important;
    cursor: pointer !important;
    width: 100% !important;
    font-size: 18px !important;
    position: fixed;
    bottom: 0;
}
.align-center{
    text-align: center !important;
    align-content: center !important;
    align-items: center !important;
}
.button:hover, a:hover {
    opacity: 0.7 !important;
}
body, html{
    background-image: url("../img/bg.png");
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-blend-mode: darken;
    height: 100%;
}
.row_style{
    padding: 80px 10px;
    text-align: justify;
    line-height: 3.5em;
}