
  
  
  
.blue-button {
    display: inline-block;
    padding: 10px 20px;
    background-color: #3498db; /* Blue color */
    color: #ffffff; /* White text color */
    text-decoration: none;
    font-size: 16px;
    border-radius: 4px;
}
.blue-button:hover {
    background-color: #2980b9; /* Darker blue on hover */
}
.button-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 400px;
margin: 50px auto;
padding: 20px;
background-color: #fff;
border-radius: 8px;
box-shadow: 0 2px 5px rgba(14, 13, 13, 0.842);

}
.top-bar {
background-color: #3498db;
color: #ffffff;
height: 60px;
display: flex;
align-items: center;
justify-content: space-between;
padding: 0 20px;
}
.logo {
font-size: 24px;
font-weight: bold;
font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}
.email{
font-weight: bold;
color: blue; /* Change the text color to blue */
font-size: 24px; /* Increase the font size to 24 pixels */
text-decoration: underline; /* Add an underline to the text */
font-style: italic; /* Italicize the text */
text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}
.email2{
font-weight: bold;
font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}
.text{
font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}