body {
    margin: 0;
    font-family: Arial, sans-serif;
}

.navbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: darkblue;
    padding: 1rem;
}

.navbar-brand {
    color: #fff;
    text-decoration: none;
    font-size: 1.5rem;
    font-weight: bold;
}

.navbar-right a {
    color: #fff;
    text-decoration: none;
    margin-left: 1.5rem;
    font-size: 1rem;
}

.navbar-right a:hover {
    color: #ddd;
}

.content {
    display: flex;
    padding: 2rem;
}

.left-section {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
}

.left-section img {
    width: 50%; 
    border-radius: 50%; 
}

.right-section {
    flex: 2;
    padding-left: 2rem;
    justify-content: center;
    align-items: center;
}

.right-section h2 {
    font-size: 25px;
    margin-top: 0;
}

.right-section p {
    font-size: 15px;
    line-height: 1.6;
    justify-content: center;
    align-items: center;
}

.goto{
    text-decoration: none;
    text-shadow: none;
    font-size: 18px;
    padding: 20px;
    color: #000;
}

table, th, td {
    border:1px solid black;
  }

.contact-section {
    flex: 2;
    padding-left: 2rem;
}

.footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: darkblue;
    padding: 1.5rem;
}
