.main-header1{
    background-color: rgb(0, 0, 0);
    padding: 1rem;
    position: sticky;
    top: 0;
    z-index: 1000;
    margin-top: 0.5px;
}
.work-title1{
    color: darkgoldenrod;
    background-color: black;
    border-radius: 50px;
    padding-bottom: 10px;
    padding-top: 10px;
    margin-bottom: 2.5rem;
    border: solid #00ffff;
    box-shadow: 0 2px 10px #00ffff;
}
.photo1{
    border: solid #00ffff;
    padding-top: 2rem;
    background-color: black;
    box-shadow: 0 2px 10px #00ffff;
}
.photo2{
    width: 300px;
    max-width: 1100px;
    text-align: center;
    border-radius: 20px;
    box-shadow: 0 2px 10px #ffc40c;
    transition: transform 0.3s ease;
}
.photo2:hover{
    transform: translateY(-5px);
}
.profile1{
    color: darkgoldenrod;
}