*{
    margin: 0;
    padding: 0px;
    font-family: Georgia, 'Times New Roman', Times, serif;
    box-sizing: border-box;
}
body{
    background: url(atalfinal.png) no-repeat;
    height: 375px;
    background-size: 100% 100%;
    background-position: center;
    color: rgb(248, 15, 108);
    background-color: rgb(244, 207, 160);
}
header{
    width: 100%;    
    height: 77px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 2px 10%;
    background-color: rgba(0, 0, 0, 0.2);
}
.logo{
    padding-right: 30px;
    font-size: 35px;
    font-weight: bold;
    color: #fff;
    letter-spacing: 2px;
    cursor: pointer;
}
nav li{
    display: inline-block;
    list-style: none;
    padding: 0px 15px;
}
a,button{
    font-size: 16px;
    font-weight: 200;
    color: #fff;
    text-decoration: none;
    cursor: pointer;
}
button{
    background: rgba(0, 0, 0, 0.2);
    border: 2px solid #fd5e53;
    border-radius: 50px;
    padding: 9px 25px;
}
nav li a:hover{
    color: #fd5e53;
    transition: all 0.4s ease 0s;
}
button:hover{
    background-color: #fd5e53;
    transition: all 0.4s ease 0s;
}
.box{
    margin: 15px;
    width: 200px;
    height: 200px;
    float: left;
}
img{
    width: 200px;
    height: 200px;
    display: inline;
}
.main{
    display: flex; 
    margin-top: 40px;
    border: radius 3%;
    background-color: rgb(2, 43, 69);
    border: #e63333;
    text-align: justify;
}
.P1{
    width: 300PX;
    height: 500PX;
    margin: 50px;
    border: 10px;
    border-color: #fd5e53;
}
.P2{
    width: 300PX;
    height: 500PX;
    margin-top: 50px;
}
.P3{
    width: 300PX;
    height: 500PX;
    margin: 50px;
}
.P4{
    width: 300PX;
    height: 500PX;
    margin: 50px;
}
h1{
    text-align: center;
    margin-top: 300px;
    border-radius: 30%;
}
