2024-03-02 21:27:48
* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
 
body {
 
}
 
.container {
    font-family: Arial, sans-serif;
    font-size: 16px;
    background-color: blue;
    width: 780px;
    margin: auto;
}
 
h1, h2, h3, h4, h5, h6 {
    margin: 1em 0;
    font-weight: bold;
}
 
a {
    color: #007bff;
    text-decoration: none;
}
 
a:hover {
    color: #0056b3;
}
 
header img {
    display: block;
    margin: auto;
}
 
.border-area-top {
    background: url(images/topbar.gif) repeat-x;
}
 
main {
    display: flex;
}
 
.left, .right {
    width: 20%;
}
 
.content-area {
    width: 60%;
}
 
.menu {
    background:#06a1f4;
}
 
.menu-items {
    background: #6ccbff;
    margin: 5px;
}
 
.menu-title {
    background: #057eff;
    text-align: center;
    color: white;
    font-weight: 500;
    margin: 8px;
    font-size: 14px;
}
 
.menu-items a {
    display: block;
    background: url(images/menu2button.jpg) no-repeat;
    color: white;
    font-size: 12px;
    margin: 8px;
    text-align: center;
}
 
.generic-ad {
    background: white;
    margin: 5px;
}
 
.generic-ad img {
    display: block;
    margin: auto;
}
 
.border-area-btm {
    background: url(images/btmbar.gif) repeat-x;
}
 
.main-content {
    display: flex;
    background-color: red;
}
 
.content-text__title {
    color: yellow;
    text-align: center;
    margin: 10px;
}
 
.content-text__text {
    color: white;
    text-align: justify;
    margin: 10px;
}
Invalid Email or Password