* {
    box-sizing: border-box;
}
body {
    background-color: #fff;
    margin: 0;
    padding: 0;
    font-family: sans-serif;
    overflow-x: hidden;
}

nav {
    position: fixed;
    background-color: #c9a0a0;
    width: 100%;
    height: 70px;
    margin-top: -30px;
    z-index: 2;
}

nav li {
    display: inline;
    margin: 5%;
    padding-top: 10%;
}

a {
    align-items: center;
    color: black;
    text-decoration: none;
    font-size: 18px;
    position: relative;
    top: 10px;
}

ul{
    list-style-type: none;
}

i {
    position: relative;
    left: 10%;
    top: -35px;
    font-size: 35px;
    margin-top: -25px;
}

.contact-btn {
    margin-left: 55%;
    position: relative;
    top: -45px;
    width: 110px;
    height: 35px;
    border-radius: 20px;
    font-size: 15px;
    font-weight: 550;
}

.about-container{
    position: relative;
    top: 140px;
    left: 90px;
}

.about-container p {
    display: flex;
    justify-content: start;
    width: 500px;
    height: 100px;
    line-height: 1.5;
    font-family: 'sans';
    font-size: 18px;
}

h1{
    font-family: cursive;
    font-size: 40px;
}

img {
    margin-left: 55%;
    margin-top: -20%;
    border-radius: 13px;
}

.footer-container {
    display: flex;
    justify-content: space-around;
    background-color: #fff5f0;
    height: 300px;
    margin-top: 20vh;
}

.footer-content {
    margin-top: 30px;
}

.footer-content h3 {
   font-size: 20px;
   font-family:'sans';
}

.footer-content .list {
    margin-left: -35px;
}

.footer-content .list li{
    margin-bottom: 10px;
}

.footer-content .socials{
    display: flex;
    flex-direction: row;
    gap: 10px;
    margin-left: -45%;
    margin-top: 20%;
}

.bottom-bar {
    margin-left: 20px;
    padding-bottom: 5px;
}