body {
    margin: 50px !important;
    background-color: lightcyan !important;
}

#marvinsays {
    font-family: "Lucida Sans Typewriter", "Lucida Console", monaco, "Bitstream Vera Sans Mono", monospace;
    font-size: 24px;
    font-style: normal;
    font-variant: normal;
    font-weight: 700;
    line-height: 26.4px;
    text-align: center;
}

input[type=text], select {
    width: 80%;
    padding: 12px 20px;
    margin: 8px 0;
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
}

input[type=submit] {
    width: 15%;
    background-color: #4CAF50;
    color: white;
    padding: 14px 20px;
    margin: 8px 0;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

input[type=choice] {
    width: 10%;
    background-color: #4CAF50;
    color: white;
    padding: 14px 20px;
    margin: 8px 0;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}



.container {
    position: relative;
    width: 100%;
    max-width: 100%;
    background-image: url("animegrafitti.jpg");
    background-size: cover;
    border-radius: 10px;
    padding: 50px;
}

i{
    color: orange;
  
}

.flex-container {
    display: flex;
    align-items: center;
    justify-content: center;
}

    .flex-container > div {
        margin: 10px;
        padding: 20px;
        font-size: 30px;
        background-color: azure;
    }

.flex-container1 {
    display: flex;
    align-items: center;
    justify-content: center;
}

.containerEmail {
    position: relative;
    width: 100%;
    max-width: 100%;
    background-image: url("graf.jpg");
    background-size: cover;
    border-radius: 10px;
    padding: 50px;
}

.containerAbout {
    position: relative;
    width: 100%;
    max-width: 100%;
    background-image: url("palm.jpg");
    background-size: cover;
    border-radius: 10px;
    padding: 50px;
}

.containerCopyright {
    position: relative;
    width: 100%;
    max-width: 100%;
    background-image: url("rand.jpg");
    background-size: cover;
    border-radius: 10px;
    padding: 50px;
}

a{
    text-decoration: none !important;
}

@media screen and (min-width: 0px) and (max-width: 400px) {
    .hidSm{
        display:none;
    }
}