body {
      overflow-x: hidden;
    background-color: #0c1521;
    font-family: 'Poppins', sans-serif;
    color: white;
}

nav {
    background-color: #0c1521;
}

.big-title {
    font-size: 30px;
    font-weight: 700;
    text-align: left;
    margin-bottom: 2rem;
}