body {
    box-sizing: border-box;
    margin: 0;
    position: relative;
}

.animation-image {
    width: 100%;
    height: 100vh;
    display: flex;
    padding: 0;
    background: linear-gradient(180deg, #01061a 20%, #0a3b90 40%, #052668 65%, #010d29 100%);
    position: absolute;
    z-index: 10;
    top: 0;
    left: 0;
}

.animation-image img {
    width: auto;
    height: 100%;
    margin: 0px auto;

}

.menu {
    width: 100%;
    height: 100vh;
    display: flex;
    background-color: #1F1C17;
}

.menu img {
    width: auto;
    height: 100%;
    margin: auto;
}