* {
    scroll-behavior: smooth;
    outline: none;
}

a {
    text-decoration: none;  
    color: black;  

}

a:visited {
    text-decoration: none;
    color: black;  
}


body {
    font-family: 'Acme', sans-serif;
}

nav {
    position: fixed;
    z-index: 5;
    top: 0px;
    left: 0px;
    display: flex;
    align-items: center;
    padding-left: 10px;
    background-color: green;
    width: 100%;
    height: 100px;
    display: flex;
    justify-content: space-between;
    align-items: center;

}

.ahaLogo {
    padding-right: 30px;
}

.cutnUpDiv {
    position: fixed;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 200px;
    left: 0px;
    right: 0px;
    margin-left: auto;
    margin-right: auto;
    /* border: green solid 2px; */
    width: 800px;
}

.cutnUpVid {
    border-radius: 15px;
}

.albums {
    position: fixed;
    top: 200px;
    width: 140px;
    display: flex;
    justify-content: space-between;
    /* align-items: center; */
    /* border: solid 1px; */
}

.albPg {
    color: green;
}

/* **********  MEDIA QUERY  ************************************************************************* */
@media only screen and (max-width: 600px) {

    .cutnUpDiv {
        display: none;
    }


}
