* {
    margin: 0;
    padding: 0;
}
.info {
    background: #3e6096;
    background: linear-gradient(179deg, rgba(62, 96, 150, 1) 0%, rgba(36, 37, 115, 1) 100%);
    color: #E4E7F7;
    height: 100vh;
    font-family: "Spline Sans", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    position:relative;
    padding: 3vw;

    display: grid; 
    align-items: center;
    margin-top: -30px;
}
.info ul {
    margin-top: -20px;
    background-color: #E4E7F7;
    width: 60%;
    color: #394f7c;
    padding: 2vw 2vw 4vw 2vw;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.1);
    border-radius: 1vw 0 2vw 2vw;
    margin: auto;
}
.info ul li{
    list-style-type:none;
    font-size:19px;
    font-weight: 500;
    position:relative;
    margin: 1.5vw 1vw 0 1vw;
}
.info ul h3 {
    color: #242424;
    font-size:18px;
    text-align: center;
}
.info h2 {
    text-align: center;
    color: #e6e8f0;
    font-size: 40px;
}
.manut {
    color: #e6e8f0;
    font-size: 30px;
    text-align: center;
    margin-bottom: 50px;
}
footer {
    background-color: #000924;
    color: aliceblue;
    bottom: 0;
    width: 100%;
    font-family: "Spline Sans", sans-serif;
    padding: 2vw;
    text-align: center;
    position: fixed;
}