@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;1,200;1,300;1,400;1,500;1,600;1,700&family=Roboto:wght@300&family=Rowdies:wght@300;400;700&display=swap');

body{
    /* background-image: url("https://chttps://c0.wallpaperflare.com/preview/612/184/31/programming-code-code-editor-computer.jpg0.wallpaperflare.com/preview/612/184/31/programming-code-code-editor-computer.jpg"); */
    /* background-image: url("https://c4.wallpaperflare.com/wallpaper/817/668/914/code-poetry-programmers-html-wallpaper-preview.jpg"); */
    background-image: url("https://i.pinimg.com/originals/29/14/17/2914173c7dad7aadd1df2a26b3a1434c.jpg");
    /* background-image: url("https://images.unsplash.com/photo-1505238680356-667803448bb6?ixlib=rb-4.0.3&ixid=MnwxMjA3fDB8MHxzZWFyY2h8MXx8cHJvZ3JhbWFkb3J8ZW58MHx8MHx8&w=1000&q=80"); */
    background-attachment: fixed;
}

#vishal{
    display: flex;
    flex-wrap: wrap;

}

h1{
    color: white;
    text-align: center;
    /* background-color: black; */
    font-family: 'Rowdies', cursive;
}

h2{
    /* font-family: 'Poppins', sans-serif; */
}

a{
    background-color: black;
    border-radius: 5px;
    color: white;
    padding: 3px;
    text-decoration: none;
}

.code{
    border: 0.5px solid ;
    border-radius: 8px;
    padding-left: 10px;
    margin: 15px;
    background-color: rgb(207, 203, 203);
    /* color: white; */
    font-size: large;
    /* font-family: 'Poppins', sans-serif; */

}

.contact{
    color: white;
    background-color: black;
    text-align: center;
    padding-bottom:  50px ;
    padding-top: 10px;
    font-family: 'Rowdies', cursive;
}

img {
    border-radius: 50%;
    height: 10vh;
}

