*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}
body {
    margin: 0;
    font-family: 'Poppins', sans-serif;

}
#main {
    height: 80vh;
    position: relative;
    width: 100%;
    margin-bottom: 0;
}
nav {
    height: 10%;
    display: flex;
    justify-content: space-around;
    align-items: center;
    box-shadow: 5px 10px 30px rgb(0 0 0 / 2%);
    position: fixed;
    left: 0;
    top: 10px;
    width: 100%;
    z-index: 1;
    background-color: #fff;
    margin-top: -0.1rem;
   
}
div {
    display: block;
}
hr {
    display: block;
    unicode-bidi: isolate;
    margin-block-start: 0.2em;
    margin-block-end: 0.2em;
    margin-inline-start: auto;
    margin-inline-end: auto;
    overflow: hidden;
    border-style: inset;
    border-width: 1px;
}
.logo hr {
    height: 4px;
    background-color: #000;
}
.logo h2 {
    user-select: none;
}
h2 {
    display: block;
    font-size: 1.5em;
    margin-block-start: 0.05em;
    margin-block-end: 0.05em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    font-weight: bold;
}
span {
    color: #40c6c4;
}
nav ul {
    display: flex;
}
ul {
    list-style-type: none;
}
nav ul li a {
    display: flex;
    height: 40px;
    line-height: 43px;
    margin: 3px;
    padding: 0px 22px;
    font-size: 1rem;
    text-transform: uppercase;
    color: #585b5b;
    letter-spacing: 1px;
    transition: all ease 0.2s;
}

a {
    text-decoration: none;
}
ul {
    /* display: block; */
    /* list-style-type: disc; */
    margin-block-start: 0em;
    margin-block-end: 0em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 40px;
}
.say-hi {
    font-size: 1.2rem;
    color: #39bfbd;
    font-weight: 500;
    border-bottom: 2px solid #40c6c4;
}

a {
    text-decoration: none;
}
/* .content {
    width: 85%;
    margin: auto;
    display: flex;
    justify-content: space-around;
    align-items: center;
    position: absolute;
    left: 50%;
    top: 45%;
    transform: translate(-50%, -50%);
} */
/* #card{
    margin: 0;
    padding: auto;
} */
.container{
    display: flex;
    margin-top:60px;
    padding: 10;

}
.card{
    width: 125%;
    margin-left: 110px;
    margin-top: 20px;
}