@font-face {
    font-family: 'Montserrat';
    src: url('montserrat/Montserrat-Regular.ttf') format('truetype');
}

*{
    overflow-x: hidden;
}

body {
    padding: 5%;
    font-family: 'Montserrat', sans-serif;
    /* background: linear-gradient(45deg, #3d215d 0%, #1e0f28 100%) no-repeat center center fixed; */
    background-color: #1e0f28;
    color: white;
}

#logo {
    width: auto ;
    height: 100px;
    background: url('image/pinkin.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    margin-bottom: 15vh;
    cursor: pointer;
    transition: all ease-in-out 2s;
}

#logo:hover {
    animation: spin 1s infinite;
    filter: drop-shadow(0 0 20px #ed70c8);


}

body h1 {
    color: #ed70c8;
}

a {
    all:unset;
    color: #ed70c8;
    text-decoration: none;
    transition: all ease-in-out 0.5s;
}

a:hover {
    color: #c75eaa;
    text-decoration: none;
    transition: all ease-in-out 0.5s;
}

h1 {
    text-align: center;
}

h2,
h3 {
    margin-left: 5vw;
}

h3 {
    font-style: italic;
}

.deli {
    margin: 10vh 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 1.5em;
    font-weight: bold;

}

.deli img {
    max-width: 400px;
    min-width: 200px;
    height: auto;
    border-radius: 10px;
    margin: 1vh 0;
    background-color: #3d215d;
    border-radius: 10px;
    border: 1px solid #3d215d;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
}
