body {
    background-color: #acc1cd;
    height: auto;
}

header {
    position: sticky;
    top: 14px;
    z-index: 1;
}

.navbar {
    background-color: #3b3838;
    border-radius: 30px;
}

.navbar ul {
    overflow: auto;
}

.navbar li {
    float: left;
    list-style: none;
    margin: 13px 20px;
}

.navbar li:hover {
    background-color: #5b5858;
    border-radius: 10px;
    padding: 0 10px;
}

.navbar li a {
    padding: 3px 3px;
    text-decoration: none;
    color: white;
}

.search {
    float: right;
    padding: 8px 10px;
    color: white;
}

.navbar input {
    border-radius: 14px;
    padding: 3px 17px;
}

.socials {
    float: right;
}

.facebook img {
    padding-top: 3px;
    width: 53px;
}

.socials button {
    background-color: #3b3838;
    border: none;
}

.socials button:hover {
    cursor: pointer;
}

.instagram img {
    padding-top: 3px;
    width: 42px;
    margin: 2px;
}

.youtube img {
    padding-top: 5px;
    width: 42px;
    margin: 7px;
}

#body {
    display: flex;
    width: 90%;
    height: 100%;
    background-color: white;
    margin: 20px auto 10px auto;
    padding: 90px 46px;
    border-radius: 20px;
    flex-direction: column;
    align-items: center;
}

#aboutme img {
    display: flex;
    position: relative;
    margin: auto;
    z-index: 0;
    border-radius: 20px;
    width: 50%;
    top: 10px;
}

#aboutmetext {
    display: flex;
    position: relative;
    z-index: 0;
    top: 65px;
    justify-content: center;
    margin: auto;
    flex-direction: column;
}

#aboutmetext h2 {
    font-family: 'Handlee', cursive;
    font-weight: bolder;
    margin: auto;
    font-size: 70px;
}

#aboutmetext p {
    font-family: 'Handlee', cursive;
    font-style: italic;
    font-weight: bold;
    margin: 20px auto;
    text-align: center;
    position: relative;
    top: 25px;
    font-size: 25px;
}

.search input[type="text"] {
    border-radius: 14px;
    padding: 3px 17px;
    border: 1px solid #ccc;
}
