body{
    background-color: 
}

header{
    text-align: center;
    background-color: beige;
    padding: 20px;
    border: 10px solid #baf0eb;
    border-radius: 10px;
}

header h1{                                                                                                
    font-size: 50px;
}
header h2{
    font-size: 30px    ;
}
nav ul{
    display: flex;
    justify-content: center;
    list-style-type: none;
    cursor: pointer;
    background-color: #90e0f3;
    padding: 20px;
    border-radius: 5px;
    font-size: 15px;
}

nav ul li a{
    
    text-decoration: none;
    margin: 100px;
}

nav ul li a:hover {
  /*-color: #fff;*/
  color: #699ff1;
  font-size: 21px;
  border: 2px;
  border-style: solid;
  border-color: #879fec;
  border-radius: 10px;
  padding: 2px;
}

.style3 h1{
    text-align: center;
    
}

.style1 h2{
  font-size: 30px;
  border-bottom: 2px solid #5fb9f5;
  padding: 0.5rem;
  margin-bottom: 1.5rem;
}

/*.makeup{
    border: 20px solid #879fec;
}*/

.style2 h2{
    border-bottom: 2px solid #5fb9f5;
    font-size: 30px;
   
}

.style1 li{
    font-size: 27px;
}
.style1 div{
    font-size: 22px;
}

.style1{
    border: 10px solid #5f6cf5;
    border-radius: 20px;
    padding-left: 10px;
    padding-bottom: 10px;
    box-shadow: 0 0 50px rgba(0,0,0,0.3);
}
.style2{
    border: 10px solid #5f6cf5;
    border-radius: 20px;
    padding-left: 10px;
    padding-bottom: 10px;
    box-shadow: 0 0 50px rgba(0,0,0,0.2);
    
}
.style2 table{
    padding-left: 80px;
}
#about p{
    font-size: 16px;
}

.style2 td{
    text-align: center;
    font-size: 17px;
    font-style:oblique;
    font-style: bold;
}

.styles{
    font-size: 20px;
}

.styles1{
    font-size: 23px;
    text-align: left;
    font-style: normal;
}

#home{
    background-image: url(https://wallpaperaccess.com/full/2357380.jpg);
    height: 70vh;
    
    background-size: cover;
    background-position: center;
    text-align: center;
    color: rgb(5, 76, 148);
    padding-top: 230px;

    font-size: 25px;
}

#about p{
    font-size: 23px;
}

.footer {
    background-color: #131313;   /* dark luxury tone */
    color: #f5f5f5;
    text-align: center;
    padding: 25px 15px;
    border-radius: 20px;
}

.footer p {
    font-size: 20px;
}

.social-links {
    margin-top: 10px;
}

.social-links a {
    color: #f5c6d6;             /* soft rose */
    text-decoration: none;
    padding: 12px;
    font-size: 16px;
}

.social-links a:hover {
    color: #ffffff;
    font-size: 21px;
    border: 2px;
    border-style: solid;
    border-color: #879fec;
    border-radius: 10px;
    padding: 2px;
}
