

.section-photo {
    z-index: -1;
    background-color: rgba(0, 10, 24, 0.911);
    display: flex;
    flex-direction: column;
    justify-content: start;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgb(0, 0, 0);
    padding: 50px 20px 0 20px;
    width: 100%;
    height: 100%;
}

.section-photo input, button {
    border-radius: 10px;
    border: solid 1px rgb(255, 255, 255);
    margin-top: 10px;
    width: 100%;
    padding: 10px;
}
.section-photo h1{
    margin-bottom: 50px;
}
.link-photo{
    margin-top: 5px;
}
.link-photo a{
    text-decoration: none;
    color: rgb(0, 140, 255);
}