body{
    background-color: #ffe4e1;
    width: 100%;
    height: 100vh;
}

.back1{
    width: 100%;
    height: 110px;
    background-color: #ffe4e1;
    position: fixed;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 0;
}

.back2{
    text-align: left;
}

ul{
   list-style-type: none; 
   display: flex;
}

li{
    margin: 15px;
    margin-top: 40px;
    font-size: 15px;
    cursor: pointer;
}

li:hover{
    color: white;
    transition: .1s;
}

.color1{
    color: white;
}

.logo1{
    width: 100px;
    height: 100px;
    border-radius: 50%;
    margin-left: 40px;
    margin-top: 40px;
}

.fonts1{
    font-family: "Oswald", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
}

@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&display=swap');

.border1{
    border: 1px solid;
    display: flex;
    margin: auto;
    margin-top: 150px;
    width: 1500px;
    padding: 20px;
    text-align: center;
    justify-content: center;
    align-items: center;
}

.border1 .center1, img{
margin: 40px;
}

.center1{
    margin-right: 1p;
}

#size1{
    font-size: 80px;
}

#size2{
    font-size: 30px;
}

.logo2{
    width: 350px;
    height: 500px;
}

.des1{
    width: 700px;
    height: 500px;
}

.des1{
    rotate: z -80deg;
    position: absolute;
    top: 0px;
    left: 0px;
}

