
body {
    font-family: Arial, sans-serif;
    background-color: #123a61;
    color: #333;
}

.container {
    background-color: #fffafa;
    padding: 20px;
    border-radius: ;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

h1,
h2,
h3 {
    color: #007bff;
    margin-top: 20px;
}

label {
    font-weight: bold;
}

.form-control {
    border: 1px solid #ced4da;
    border-radius: 5px;
}



.menuup{
    height: 80px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 5%;

}
.logo{
    color: rgb(25, 244, 244);
    font-size:40px ;
}

.logo span{
    color: var(--color-primary);
}
.menuup ul{
    list-style: none;
    display: flex;
}
.menuup ul li{
    padding: 10px 30px;
}
.menuup ul li a{
    color: #f1f1f1;
    text-decoration: none;
    font-size:20px;
}



/* phtosection */
.photoo {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.photoo img {
    width: 200px;
    height: 200px; 
    margin-bottom: 20px;
    margin-top: 20px
}


.pp1{
    
    border: radius 10%;
    font-weight: bold;
}
/* phtosection */
