* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html{
    overflow-x: hidden;
}

h1{
  text-align: center;
}

body {
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
    text-align: center;
    font-size: 22px;
    background-color: #fcf2f3;
    color: #f3b0c3;

    
}



div.scroll-container img {
    max-height: 300px;
    padding: 10px;
}

div.scroll-container {
background-color: #c73c64;
    overflow: auto;
    white-space: nowrap;
    padding: 5px;
    margin-right: 50px;

    width: 100%;
    
}

img {
    overflow: clip;
  align-content: center;
}

#btn {
    background-color: #c73c64;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    padding: 10px 50px;
    margin-top: 70px;
        margin-bottom: 30px;
        border: none;
        border-radius: 100px;
        font-size: 2em;
        color: #e0da5d;
        cursor: pointer;
        box-shadow: 0px 0px 5px 10px #81334c;
grid-template-rows: 100px 100px 100px;
    grid-template-columns: 100px 100px 100px;
    margin-left: 80px;
}

#panel {
    width: 100%;
    height: 100vh;
    background-color: #dbe6db;
    position: absolute;
    top: 0px;
    left: 0px;
    align-content: center;
    color: black;
    transition: all 0.7s cubic-bezier(0.075, 0.82, 0.165, 1);
}

.slide-up {
transform: translateY(-100%);
}
    