*{
    padding: 0;
    margin: 0;
}
body{
    width: 900px;
}
header .firstline{
    width: 100%;
    padding: 0px 0px;
    display: flex;
    justify-content: space-between;
    flex-direction: row;
}
header .secondline img{
    width: 900px;
}
main{
    display: flex;
    flex-direction: row;
}
.mainleft{
    width: 650px;
    padding-left: 20px;
    background-color: azure;
}
.mainleft .whatsnew{
    width: 100%;
    height: 600px;
    overflow: scroll;

}
.mainleft h2{
    padding-top: 30px;
    padding-bottom: 10px;
}
.mainleft h3{
    margin-top: 20px;
    margin-right: 20px;
    background-color: #E6D7FF;
}
.mainleft .whatsnew a{
    text-decoration: none;
    color: black;
}
.mainright{
    width: 250px;
    padding-left: 20px;
    padding-top: 20px;
    padding-left: 30px;
    background-color: azure;
}
.mainright .contentsmenu h3{
    margin: 0px 80px 0px 10px;
    color: white;
    text-align: center;
    background-color: #001C7B;
}
.mainright .contentsmenu li{
    list-style: none;
}
.mainright .contentsmenu a{
    font-weight: bold;
    display: block;
    color: black;
    text-decoration: none;
    width: 200px;
    padding-left: 10px;
    border-bottom: 1px solid;
}
.mainright .projectmenu{
    padding-top: 30px;
    padding-left: 10px;
}
.mainright .projectmenu h2{
    padding-left: 30px;
    margin-right: 60px;
    margin-bottom: 20px;
    border-bottom: solid;
}
.mainright .projectmenu li{
    list-style: none;
}
footer{
    width: 100%;
    padding: 20px 50px;
}
footer h3{
    margin-bottom: 10px;
}
footer li{
    list-style: decimal;
}
footer .lastline{
    padding-top: 10px;
    display: flex;
    flex-direction: row;
}
footer .privacy{
    padding-top: 10px;
}
footer .privacy img{
    width: 17px;
    height: 16px;
}
footer .copyright{
    margin-left: 50px;
}
footer .copyright img{
    height: 30px;
}