body {
    font-family: Arial, sans-serif;
    background-color: #f4f4f4;
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 100vh;
    margin: 0;
}

.container {
    display: flex;
    gap: 20px;
    margin-top: 20px;
}

.dev-box {
    background-color: #FFFFFF;
    border: 1px solid #ddd;
    border-radius: 10px;
    padding: 20px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    text-align: center;
    width: 350px;
}

.dev-photo1, .dev-photo2 {
    width: 300px;
    height: 400px;
    object-fit: cover;
    margin-bottom: 15px;
}

h2 {
    margin-bottom: 10px;
    color: #333;
}

p {
    margin: 5px 0;
    color: #555;
}

a {
    color: #0073b1;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

.report-issue {
    background-color: #fff;
    padding: 20px;
    border: 1px solid #ddd;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    text-align: center;
    width: 80%;
    max-width: 600px;
    margin-top: 40px;
}
