/*!
 * Custom Styles (global)
 * Add your site-wide CSS below.
 * This file is enqueued on both the front-end and the block editor.
 */
 


 body{
     overflow-x: hidden !important;
 }


  .alignfull{
    max-width: unset !important;
    width: 100%;
    height: auto;
  }

.wp-block-cover__inner-container {
    max-width: 100% !important;
}

.wp-block-group .alignfull {
    width: 100vw;
    max-width: 100vw;
    margin-left: calc(50% - 50vw) !important;
    margin-right: calc(50% - 50vw) !important;
}

.wp-block-button__link{
    color: #fff;
    transition: all 0.3s;
}

.wp-block-button__link:hover{
    color: #323741;
    background-color: #fff;
}