
.window-notice {
    background: rgba(33, 41, 52, .85);
    bottom: 0;
    display: flex;
    left: 0;
    position: fixed;
    right: 0;
    top: 120px ;
    text-align: justify;
    z-index: 999;
    
}

.window-notice .content {
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 1px 3px rgba(33, 41, 52, .75);
    box-sizing: content-box;
    display: flex;
    flex-direction: column;
    margin: auto;
    max-width: 500px;
    min-width: 150px !important;
    max-height:500px;
    min-height:150px;
    overflow: hidden;
    position: relative;
    width: 170%;
    padding: 2rem;
    font-size: 1.3rem;
}

.content-buttons {
    text-align: right;
    margin-top: 1rem;
   
}

.content-buttons a {
    text-decoration: none;
    display: inline-block;
    padding: 1rem;
    background-color: #cc0000;
    color: white;
    text-transform: uppercase;
     border-radius: 30px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);

  font-size: 5px;
  padding: 1px 15px;
}

.content-buttons a:hover {
    background-color: #f34336;
    border: 0;
  border-radius: 30px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  color: white;
  font-size: 5px;
  padding: 1px 15px;
}

.content-text a {
    color: white;
    text-decoration: none;
}

.content-text a:hover {
    color: white;

    text-align: justify;
}

