 body {
        margin: 0px;
    }
    main {
        display: grid;
        gap: 20px;
        padding: 200px 20px 20px;
        grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
        background-image: url(../Icons/bgImage-by-chatgpt.png);
        background-size: contain;
        background-position: center;
    }
    label,p,div,input,select {
        font-family: Roboto,Arial;
    }
    input,button {
        box-sizing: border-box;
    }
    p {
        margin: 0px;
    }
    .top p {
        color: white;
    }
    a {
        color: white;
        font-size: inherit;
        font-family: inherit;
        text-decoration: none;
        font-size: 20px;
    }