body{
    background-color: #282c33;
}
.hdr1{
    display: flex;
}
.name{
    color: white;
    font-family: main;
    margin-left: 5px;
}
@font-face {
    font-family: main;
    src: url(./FiraCode-VariableFont_wght.ttf);
}
header{
    display: flex;
    justify-content: space-around;
}
.hdr2 a{
    color: white;
    text-decoration: none;
    margin-left: 30px;
    font-size: 16px;
    font-style: bold;
    font-family: main;
}
span{
    color: #FF7316;
}
.pht1{
    position: absolute;
    top: 0;
}
main{
    font-family: main;
    color: white;
}
.flex{
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin-top: 30px;
}
.name1{
    font-size: xx-large;
    color: white;
}
.age{
    color: white;
    border: #FF7316 1px solid;
    width: 150px;
    text-align: center;
    padding: 10px;
}
.intro{
    color: #ABB2BF;
    font-size: 16px;
}
.img{
    margin: 30px;
    display: flex;
    justify-content: center;
}
.dots{
    position: absolute;
    bottom: 200px;
}
.rec{
    position: absolute;
    right: 0;
}
.m{
    border: #ABB2BF 1px solid;
    width: 330.58px;
}
.m{
    color: #ABB2BF;
}
.line{
    border-bottom: #ABB2BF 1px solid;
    padding: 10px;
}
.padding{
    padding-left: 10px;
}
.container{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 50px;
    width: 1033px;
}
.project{
    width: 100%;
    display: flex;
    justify-content: center;
}
.mail{
    color: grey;
    margin-left: 10px;
}
.blah{
    display: flex;
    align-items: center;
}
footer{
    border-top: white 1px solid;
    margin-top: 50px;
}
.hool{
    color: white;
    font-weight: 500;
    margin-top: 10px;
    font-size: 24px;
}
.footer{
    display: flex;
    margin-top: 20px;
    justify-content: space-around;
}
.f3{
    color: white;
    text-align: center;
    font-family: main;
    margin: 10px;
}
a{
    text-decoration: none;
}