html{
    background-color: rgba(8,8,8,1);
    background-position: 0 0;
    background-repeat: no-repeat;
    
    background: linear-gradient(to top, rgba(8,8,8,1) 0%, rgba(8,8,8,.5) 50%, rgba(8,8,8,1)), url("beach-background.jpg");

    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;    background-size: cover;

    color: white;
    font-family: 'Brush Script MT', cursive;
}

.row{
margin: auto;
}

.column {
  flex: auto;
  margin: 5px;
  padding: 15px;
  background-color: rgb(0, 0, 0, 0);
  text-align: center;
  overflow: hidden;
}

.div_content{
    padding: 10px;
    border-radius: 15px; 
    background-color: rgba(8,8,8,.99); 
    border: 2px solid #101010; 
    text-align:left; 
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

a {
    color: white;
}