html{
    scroll-behavior: smooth;
}

body{
    margin: 0;
    background-color: #16C47F;
}
.body{
    background-color: #FFD65A;
    margin: 20px;
    border: 3px solid;
    box-shadow: 5px 5px;
    border-radius: 20px;
}

hr{
    background-color: black;
    margin-top: 80px;
    width: 500px;
    height: 2px;
    border-radius: 10px;
}

a{
    text-decoration: none;
    color: black;
}

.navbar{
    margin-right: 4rem;
    justify-content: end;
    list-style-type: none;
    display: flex;
    gap: 30px;
    font-size: 1.5rem;
    font-family: "Ubuntu", serif;
    font-weight: 500;
    font-style: normal;
}

.margin{
    margin: 1.5rem 3rem 1rem 3rem;
}
.name{
    font-size: 3rem;
    font-family: "Oswald", serif;
    letter-spacing: 1px;
    
}
span{
    display: block;
    margin-top: 8px;
}

.about-me{
    font-size: 20px;
    font-weight: bolder;
}

button{
    background-color: #F93827;
    box-shadow: 5px 5px;
    border-radius: 30px;
    font-size: 15px;
    padding: 10px;
    font-weight:700;
}
button:hover{
    background-color: #FF9D23;
    box-shadow: 7px 7px;
}

h2{
    font-weight: 900;
    font-family: "Oswald", serif;
    font-size: 3rem;
    text-align: center;
    /* letter-spacing: 1px; */
}

h3{
    font-family: "Oswald", serif;
    font-size: 1.7rem;
    letter-spacing: 0.7px;
    font-weight: 900;
    text-align: start;
}

.do{
    display: flex;
    justify-content: space-evenly;
    text-align: start;
    /* background-color: white; */
    /* gap: 10px; */
}

.creative{
    height: 7rem;
}

.do>div{
    border: 2px solid;
    background-color: whitesmoke;
    padding: 10px;
    margin-right: 5rem;
    margin-left: 5rem; 
    box-shadow: 5px 5px;
    border-radius: 20px;
    text-align: center;
}

.do>div:hover{
    background-color: burlywood;
    box-shadow: 10px 10px;
}

.do p{
    margin-top: -10px;
    font-size: 20px;
    text-align: start;
    font-weight: 600;
}

/* portfolio */
.project{
    /* background-color: yellowgreen; */
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr 1fr;
    /* row-gap: 10px; */
    justify-content: center;
}

.portfolio>h2{
    font-size: 3rem;
    letter-spacing: 1px;
    margin-top: 5rem;
}

.content{
    padding: 10px;
    background-color: #FFEDB8;
}

.content>h3{
    font-size: 3rem;
}

.content>p{
    margin-top: -20px;
    font-size: 1.6rem;
}

.resume{
    width: 45rem;
    height: 26rem;
}

.tindog{
    width: 41.5rem;
    height: 26rem;
}

.simon{
    height: 26rem;
    width: 45rem;
}


/* about me */
.aboutme{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10rem;
}
.my-img{
    height: 45rem;
    width: 35rem;
    border-radius: 10px;
    box-shadow: 8px 8px;
}

.my-content{
    margin: 0 40px 0 10px;
}

.my-content>h2{
    text-align: start;
}

.my-content > p{
    font-size: 1.7rem;
    font-weight: 600;
}

/* contact */
.contact{
    margin: 8rem 10rem 5rem 10rem;
    /* border: 1px solid; */
    display: flex;
    /* justify-content: center; */
    /* align-content: center; */
}

.mail{
    /* border: 1px solid; */
    padding: 20px;
    align-self: center;
}

.mail>h2{
    text-align: start;
    font-size: 3rem;
}

.my-id{
    margin-top: -20px;
    font-size: 1.3rem;
    font-weight: bold;
    text-decoration: underline;
}

.priority{
    /* border: 1px solid; */
    font-size: 1.5rem;
    /* margin-right: 15rem; */
}

.form{
    /* margin-left: 20rem; */
    border: 3px solid;
    box-shadow: 5px 5px;
    border-radius: 10px;
    flex-direction: column;
    gap: 1rem;
    padding: 20px
}

.form>h3{
    font-size: 3rem;
    font-weight: 500;
}

.form>input{
    display: inline-block;
    width: 20rem;
    height: 2.7rem;
    border: 2px solid;
    border-radius: 10px;
    box-shadow: 5px 5px;
    font-size: 1rem;
    padding-left: 10px;
}

.message{
    display: block;
    margin-top: 1.3rem;
    height: 6rem;
    border: 2px solid;
    box-shadow: 5px 5px;
    border-radius: 10px;
    padding: 10px;
    width: 19rem;
    font-size: 1rem;
}

.form>button{
    margin-top: 20px;
}

.email{
    margin-top: 1.3rem;
}

/* footer */

footer{
    text-align: center;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
    background-color: #ffe9a7;
    padding: 30px;
}

footer h3{
    text-align: center;
}
.social{
    margin: 4rem 0rem 2rem 0rem;
    display: flex;
    justify-content: center;
    gap: 5rem;
}

.social img{
    height: 70px;
}