html {
    font-family: Arial, sans-serif;
    background-color: #485363;
    color: white;
    font-family: "Manrope", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
}

body {
    margin: 0;
}

.main {
    background: linear-gradient(97deg,rgba(36, 49, 71, 1) 0%, rgba(43, 57, 94, 1) 100%);
    width: 100vw;
    height: 60vh;
    min-height: 500px;
}
