@import url(https://fonts.googleapis.com/css?family=Nunito);


body {
    background: linear-gradient(135deg, #737cd5 0%, #1234ac 100%);
    text-align: center;
}
h1 {
    font-size: 300%;
    color: #000000;
}

.galleryImg {
    max-width: 100%;
    max-height: 100%;
    padding: 4px;
    border-radius: 5px;
    background: rgb(102 163 255 / 0.73);
    box-shadow: 0 0 8px #000000AA;
}
