*{
    margin: 0;
    padding: 0;
}
button:hover{
    cursor: pointer;
}
body{
    background-color: #F1F5F8;
}
.center{
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-evenly;
}

.center .rightText{
    width: 655px;
    height: 1100px;
    margin-top: 40px;
    padding: 20px;
    background-color: #fff;
}

.center .rightText .image{
    width: 650px;
    height: 350px;
    margin-bottom: 20px;
}

.center .rightText .image img{
    width: 100%;
    height: 100%;
}

.center .rightText .Name{
    width: 100%;
    height: 70px;
}

.center .rightText .Name button{
    width: 100px;
    height: 40px;
    margin: 15px 0px ;
    background-color: #48A6E9;
    color: white;
    border: none;
    border-radius: 10px;
}
.content{
    width: 595px;
    height: 200px;
    padding: 50px;
    margin-top: 50px;
    background-color: #fff;
    box-shadow:50px 50px 50px rgba(0, 0, 0, 0.05);
}
.content .contentName{
    width: 100%;
    height: 50px;
}
.content .contentName input{
    width: 250px;
    height: 20px;
    font-size: 1.2em;
    padding: 10px;
    background-color: #F1F5F8;
    border: none;
    border-radius: 10px;
}
.content input{
    width: 543px;
    height: 80px;
    background-color: #F1F5F8;
    border: none;
    border-radius: 10px;
    margin-bottom: 10px;
}
.content button{
    width: 150px;
    height: 40px;
    border-radius: 10px;
    border:none;
    color: white;
    background-color: #48A6E9;
}

.dpcontent{
    width: 100%-pandding;
    height: 100px;
    padding: 40px;
    margin-top: 50px;
    background-color: #fff;
    box-shadow:50px 50px 50px rgba(0, 0, 0, 0.05);
}
.dpcontent div{
    margin-bottom: 20px;
}
.dpcontent div span{
    float: left;
    color: gray;
    font-size: 1em;
}
.dpcontent div span>i{
    color: #48A6E9;
}
.dpcontent div button{
    float: right;
    border: none;
    width: 100px;
    height: 20px;
    border-radius: 10px;
    background-color: #48A6E9;
    color: white;
}
.dpcontent p{
    margin-top: 20px;
    color: gray;
}

.center .athur{
    width: 100%;
    height: 20px;
    margin-bottom: 20px;
}
.center .athur a{
    font-size: 1.3em;
    color: #428DC4
}
.center .athur span{
    font-size: 1.3em;
    color: gray;
    margin-left: 10px;
}
.center .rightText .text h1{
    text-align: center;
    margin-bottom: 20px;
}
.center .rightText .text p{
    color: gray;
}

.center .leftText{
    width: 300px;
    height: 100%;
}
.center .leftText .main{
    display: flex;
    flex-direction: column;
}
.center .leftText .main .search{
    width: 380px;
    height: 80px;
    margin-top: 40px;
    display: flex;
    border-radius: 20px;
    background-color: white;
    box-shadow:50px 50px 50px rgba(0, 0, 0, 0.05);
}
.center .leftText .main .search input{
    width: 250px;
    height: 50px;
    margin: 15px 0px 15px 15px;
    border: none;
    padding: 1px;
    color: gray;
    border-radius: 10px;
    background-color: lightgray;
    font-size: 1.5em;
}

.center .leftText .main .search button{
    width: 100px;
    height: 50px;
    margin: 15px 5px;
    border: none;
    border-radius: 10px;
    background-color: #48A6E9;
}

.center .leftText .main .athur{
    width: 380px;
    height: 500px;
    margin-top: 40px;
    background: #fff;
    border-radius: 20px;
    box-shadow:100px 100px 100px 100px rgba(0, 0, 0, 0.05);

}
.center .leftText .main .athur img{
    width: 380px;
    height: 300px;
}

.center .leftText .main .athur .text>h4{
    margin: 10px;
    text-align: center;
}

.center .leftText .main .athur .text>p{
    margin: 10px 50px;
    color: gray;

}
.center .leftText .main .populerPhotos{
    width: 380px;
    height: 400px;
    border-radius: 20px;
    background-color: #fff;
    margin-top: 40px;
    box-shadow:50px 50px 50px 50px rgba(0, 0, 0, 0.05);

}
.center .leftText .main .populerPhotos .box img{
    width: 80px;
    height: 50px;
}
.center .leftText .main .populerPhotos h2{
    text-align: center;
    margin: 20px;
}
.center .leftText .main .populerPhotos .box{
    margin-top: 20px;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-around;
    align-items: center;
    flex-direction: row;
}

.center .leftText .main .populerPhotos .box span{
    font-size: 0.7em;
    color: gray;
}

