

body{
    background-color: #a9ff84;
    color: whitesmoke;
}

.main{
    margin: 5%;
    font-size: 1.5rem;
}

/* Style the video: 100% width and height to cover the entire window */
#myVideo {
    position: fixed;
    right: 0;
    bottom: 0;
    min-width: 100vw;
    min-height: 100vh;
    z-index: -100;
  }
  

.albums{
    display: grid;
    gap: 1rem;
    justify-content: center;
    justify-items: center;
    margin-top: 5%;
    /* justify-content: center;
    gap: 4px;
    align-content: center;
    grid-auto-flow: column; */
}

.details{
    font-size: 1.25rem;
    justify-text: center;
    /* display: grid; */
    /* gap: 1rem; */
    /* justify-content: center */
}

.previousWork{
    color: white;
    font-size: 1.5rem;
    gap: 1rem;

}

.email{
    font-size: 1.5rem;

}