﻿body {
    background: rgb(255, 255, 255);
    /*background: linear-gradient(201deg, rgba(255, 255, 255, 1) 0%, rgba(246, 49, 6, 1) 64%);*/
    background: linear-gradient(201deg, rgba(255, 255, 255, 1) 0%, rgb(94 127 151) 64%);
    width: 100vw;
    height: 100vh;
}

.height-100 {
    height: 100%;
}

.width-100 {
    width: 100%;
}

.selector-item {
    transition: transform .2s;
    cursor: pointer;
    border: 1px solid black;
}

.selector-item:hover {
    background-color: #00ffc8b8;
    transform: scale(1.10);
}

.selector-image-background {
    background-color: #f1f1f1 !important;
}

@media screen and (min-width: 750px) {
    .pa-8-dynamic {
        padding: 32px !important;
    }
}