body {
    font-size: 12px;
    line-height: 22px;
    font-family: arial, sans-serif;
    color: #fff;
    background: url(css/images/body.png) repeat 0 0;
    min-width: 980px;
}

.size {
 max-height: 700px;
 min-height: 700px;
 width: 500px;
}

img {
 height: 350px;
}

.bgc {
    background-color: grey;
}

.myC{
    text-decoration: none;
    color: white;
}

.navB {
    background-color: grey;
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 30px;
}

.navB div {
    font-size: xx-large;
    color: white;
    /* border: solid; */
    
    display: flex;
    justify-content: space-between;

}

.navB div a {
    text-decoration: none;
    color: black;
    margin-left: 30px;

}
.own {
    color: rgba(255, 255, 255, 0.747) !important;
}

form {
    text-align: center;
}
