body {
    background-color: rgb(0, 89, 224);
}

svg {
    width: 400px;
}

.section {
    height: 100vh;
    justify-content: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
}

.section p{
    color: white;
    font-weight: bold;
    font-size: 35px;
    font-family:Arial, Helvetica, sans-serif
}