/*Build-in*/
body{
    background-image: linear-gradient(to right, #344f70, #4e5ca5);
}

/*Build-in Devined*/
a.link{
    color: white;
    font-family: Impact;
    text-decoration: none;
    padding: 5px;
}
a.link:hover{
    color: #c8c8c8;
}

/*defined divs*/
.header {
    background-image: linear-gradient(to right, #5380ba, #4f64b6);
    font-family: sans-serif;
    text-align: center;
    color: #ffffff;
    padding: 10px;
    border-radius: 5px;
    margin: 5px;
    box-shadow: 2px 2px 5px 2px #263950 inset;
}

.main{
    background-image: linear-gradient(to right, #5380ba, #4f64b6);
    font-family: sans-serif;
    text-align: center;
    color: white;
    padding: 10px;
    border-radius: 5px;
    margin: 5px;
    box-shadow: 2px 2px 5px 2px #263950 inset;
}
.main img{
    border-radius: 5px;
    box-shadow: 2px 2px 10px 5px #263950;
    margin: 5px;
}
.main img:hover{
    box-shadow: 3px 3px 10px 5px #263950;
}
.main img.no-filter{
    border-radius: 0px;
    box-shadow: 0px 0px 0px 0px #5380ba;
}

.container{
    margin: 0 auto;
    width: 600px;
    height: 600px;
    font-size: 30px;
    font-weight: bold;
    border: solid #000000 6px;
    background-color: #ff0000;
    color: #000000;
}
.Box1{
    box-sizing: border-box;
    font-size: 40%;
    font-weight: bold;
    width: 20%;
    height: 20%;
    float: left;
    border-bottom: solid #000000 6px;
    background-color: yellow;
    color: white;
}
.Box2{
    box-sizing: border-box;
    font-size: 40%;
    font-weight: bold;
    float: left;
    width: 40%;
    height: 20%;
    border-bottom: solid #000000 6px;
    border-left: solid #000000 6px;
    border-right: solid #000000 6px;
    background-color: white;
    color: black;
}
.Box3{
    box-sizing: border-box;
    font-size: 40%;
    font-weight: bold;
    float: left;
    width: 40%;
    height: 20%;
    border-bottom: solid #000000 6px;
    background-color: blue;
    color: white;
}
.Box4{
    box-sizing: border-box;
    font-size: 40%;
    font-weight: bold;
    float: left;
    width: 10%;
    height: 20%;
    border-right: solid #000000 6px;
    background-color: #ff0000;
    color: white;
}
.Box5{
    box-sizing: border-box;
    font-size: 40%;
    font-weight: bold;
    float: left;
    width: 40%;
    height: 20%;
    border-right: solid #000000 6px;
    background-color: white;
    color: black;
}
.Box6{
    box-sizing: border-box;
    font-size: 40%;
    font-weight: bold;
    float: left;
    width: 10%;
    height: 10%;
    border-bottom: solid #000000 6px;
    background-color: yellow;
    color: white;
}
.Box7{
    box-sizing: border-box;
    font-size: 40%;
    font-weight: bold;
    float: left;
    width: 40%;
    height: 20%;
    border-left: solid #000000 6px;
    background-color: white;
    color: black;
}
.Box8{
    box-sizing: border-box;
    font-size: 40%;
    font-weight: bold;
    float: left;
    width: 20%;
    height: 20%;
    border: solid #000000 6px;
    border-left: solid #000000 0px;
    background-color: #000000;
    color: white;
}
.Box9{
    box-sizing: border-box;
    font-size: 40%;
    font-weight: bold;
    float: left;
    width: 10%;
    height: 20%;
    border: solid #000000 6px;
    background-color: blue;
    color: white;
}
.Box10{
    box-sizing: border-box;
    font-size: 40%;
    font-weight: bold;
    float: left;
    width: 20%;
    height: 20%;
    border-bottom: solid #000000 6px;
    border-top: solid #000000 6px;
    background-color: #ffffff;
    color: #000000;
}
.Box11{
    box-sizing: border-box;
    font-size: 40%;
    font-weight: bold;
    float: left;
    width: 50%;
    height: 50%;
    border-left: solid #000000 6px;
    border-top: solid #000000 6px;
    background-color: yellow;
    color: #000000;
}
.Box12{
    box-sizing: border-box;
    font-size: 40%;
    font-weight: bold;
    float: left;
    width: 20%;
    height: 10%;
    border-top: solid #000000 6px;
    background-color: #ffffff;
    color: #000000;
}
.Box13{
    box-sizing: border-box;
    font-size:40%;
    font-weight: bold;
    float: left;
    width: 50%;
    height: 10%;
    border-top: solid #000000 6px;
    border-left: solid #000000 6px;
    border-right: solid #000000 6px;
    background-color: #ffffff;
    color: #000000;
}
.Box14{
    box-sizing: border-box;
    font-size: 40%;
    font-weight: bold;
    float: left;
    width: 30%;
    height: 10%;
    border-top: solid #000000 6px;
    background-color: #ffffff;
    color: #000000;
}