* {
    margin: 0;
    padding: 0;
    list-style: none;
    text-decoration: none;
    font-size: 100%;
    font-family: "Poppins", serif;
}


body {
    margin: 0;
    padding: 0;
}

.line {
    width: 100%;
    height:5px;
    border: none;
    background-color: rgb(250, 228, 233);  
}

.minline {
    width: 25%;
    height:3px;
    border: none;
    background-color: rgb(250, 228, 233);  
    margin: 2%;
    margin-left: 37.5%;
    margin-right: 37.5%;
}

/* header */

.header {
    width: 100%;
    height: 5rem;
    display: flex;
    justify-content: space-between;
    background-color: rgb(240, 215, 221);
    padding-bottom: 8px;
    position: fixed;
    top: 0;
}

.logo {
    color: rgb(7, 0, 4);
    font-size: 40px;
    font-family: "Poppins", serif;
    font-weight: bold;
    vertical-align: top;
    display: flex;
    justify-content: left;
    padding-left: 2%;
    margin-top: 1%;
}

.about-link,
.photo-link,
.design-link {
    font-family: "Poppins", serif;
    font-size: 30px;
    font-weight: bold;
    vertical-align: top;
    color: rgb(7, 0, 4);
    cursor: pointer;
    margin-left: 15px;
}
.links {
    display: flex;
    align-items: center;
    justify-content: right;
    width: 100%;
    margin-top: 1%;
    margin-bottom: 1%;
    margin-right: 2%;
}

/* about  */

.about-sect {
    color: rgb(7, 0, 4);
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: 1fr;
    font-family: "Poppins", serif;
    margin-top: 15%;
}

.info {
    grid-column: span 2;
    padding-left: 50px;
    text-align: center;
}

.intro {
    font-size: 300%;
    padding-bottom: 1%;
    font-weight: bold;
    width: 100%;
}

.image {
    grid-column: span 1;
}
.circle {
    height: 250px;
    width: 250px;
    background-color: rgb(250, 228, 233);
    border-radius: 50%;
    margin-left: 10%;
    margin-right: 2%;
    display: inline-block;
    border: 5px solid;
    border-color: black;
}

.skills-sect, .projects-sect{
    width: 100%;
    color: rgb(0, 0, 0);
    margin-top: 10%;
}

.title {
    margin-top: 20px;
    font-weight: bolder;
    line-height: 30px;
    font-size: 200%;
    margin-bottom: 2%;
    text-align: center;
}

.desc {
    line-height: 30px;
    padding-top: 10px;
    text-align: center;
    display: block;
    margin-bottom: 2%;
}

.desc1 {
    display: block;
    width: 100%;
    padding-left: 2%;
    padding-right: 2%;
    padding-bottom: 2%;
}

.more {
    background-color: rgb(250, 228, 233);
    color: rgb(255, 255, 255);
    border: none;
    border-radius: 20px;
    font-weight: bold;
    cursor: pointer;
    display: block;
    margin: 0 auto;
    transition: box-shadow 0.15s;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 15px;
    padding-right: 16px;
}

.more:hover{
    box-shadow: 3px 3px 10px rgba(0,0,0, 0.15);
}



.display-not {
    font-size: 60px;
    color: rgb(0, 0, 0);
    margin-top: 25%;
    margin-bottom: 25%;
    text-align: center;
}

/* subsection */

.rect {
    width: 175px;
    height: 175px;
    background-color: rgb(250, 228, 233);
    display: inline-block;
    margin: 10px;
    box-shadow: 3px 3px 10px rgba(0,0,0, 0.15);
    overflow: hidden;
}

.autorect {
    width: 300px;
    height: 300px;
    background-color: rgb(250, 228, 233);
    display: inline-block;
    margin: 30px;
    box-shadow: 3px 3px 10px rgba(0,0,0, 0.15);
    overflow: hidden; 
}

.photos {
    width: 100%; 
    height: 100%; 
    object-fit: cover; 
}

.pics{
    display: flex;
    justify-content:space-evenly;
    flex-wrap: wrap;
    width: 100%;
}
.autopics{
    display: flex;
    justify-content:space-evenly;
    flex-wrap: wrap;
    width: 100%;
}

.subt {
    margin-top: 20px;
    font-weight: bolder;
    line-height: 30px;
    font-size: 200%;
    margin-bottom: 2%;
    text-align: center;
    font-size: 130%;
}