@import url('https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,200..1000;1,200..1000&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inconsolata:wght@200..900&family=Nunito:ital,wght@0,200..1000;1,200..1000&display=swap');

@media screen and (max-width: 800px) {
    .card {
        width: 35% !important;
        height: 100% !important;
    }
    .test {
       display: block !important;
    }
}

body {
    background-color: #3e4b53;
}

#navbar {
    /*background-color: rgb(150, 7, 7);*/
    background-color: rgb(51, 54, 70);
    border-radius: 10px;
    text-align: center;
    padding: 10px;
}

#navbar a {
    padding-inline: 10px;
    color: white;
    text-decoration: none;
}

.nunito {
    font-family: "Nunito", sans-serif;
}

#hello-world-txt {
    color: gray;
    padding-top: 4%;
    /*background-color: black;*/
    padding-bottom: 3%;
    top: 10px;
    position: relative;
}

#main-content {
    text-align: center;
}

#socials {
    color: #f6f4f4;
}

#projects {
    color: #f6f4f4;
}

#socials-icons {
    display: inline;
}

.test {
    display: inline-flex;
}

.card {
    width: 15%;
    height: 130%;
    background-color: rgb(51, 54, 70);
    color: white;
    padding: 10px;
    border-radius: 15px;
    border: 3px solid black;
    margin-inline: 10px;
}

.card h2 {
    font-style: italic;
}

#projects-cards {
    display: inline-flex;
    justify-content: center;
    position: relative;
    top: 35px
}

.card button {
    background-color: snow;
    border: 0px solid black;
    border-radius: 5px;
    cursor: pointer;
    padding: 3px;
}

.inconsolata {
  font-family: "Inconsolata", monospace;
  font-optical-sizing: auto;
 /* font-variation-settings:
    "wdth" 100;*/
}