    body {
    color: red;
    background: url("vnt_image.jpg") no-repeat center center fixed;
    background-size: cover;
    margin: auto;
    z-index: -1;
    }
    .Select {
    color: white;
    background: red;
    text-align: center;
    padding: 10px;
    margin: 10px;
    border: 5px solid white;
    border-radius: 10px;
    width: 75px;
    height: auto;
    }
    .container {
    height: 50cap;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
    }
    a {
    font-family: Poppins;
    color: white;
    text-decoration: none;
    text-align: center;
    }
    a:hover {
    background-color: red;
    color: yellow;
    }
    .welcome {
    font-family: Poppins;
    text-align: center;
    color: white;
    width: 100%;
    }
    footer {
    color: white;
    font-size: 20px;
    text-align: center;
    padding: 10px;
    margin: 10px;
    }