body {
    background-color: #0FCFCF;
}
header {
    background-color: #fb4f4f;
    width: 100%;
    position: relative;
    top: 0;
    left: 0;    
    display: flex;
    flex-wrap: wrap;
    z-index: 100;
    justify-content: center;
}
.Title {
    display: flex;
    flex-wrap: wrap;
    box-sizing: border-box;
    flex: 5 20%;
    width: 20%;
    justify-content: center;
    text-decoration: none;
}
#title {
    font-style:italic;
    text-decoration: none;
    color: #00ff11;
}
a {
    color: #3FFFCF;
}
main {
    background-color: #FF0000;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 15px;
}
form {
    width: min-content;
    margin-top: 15px;
}
label {
    display: block;
}
#loginButton {
    margin-top: 10px;
}
#underConstruction {
    width: 96%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    font-size: 40px;
}
div {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    flex: 4 20% 20% 20% 20%;
    justify-content: center;
    margin-top: 15px;
}
#bigImg {
    width: 35%;
}
img {
    width: 20%;
}