img {
    width: 400px;
    border-radius: 10px;
}

body {
    text-align: center;
    background-color: rosybrown;
    color: white;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    margin: 0;
}

header {
    border: 1px solid;
    border-top: 0px;
    border-right: 0px;
    border-left: 0px;
     margin-top: 5px;
    height: 28px;
    background-color: rgba(188, 143, 143, 1);
    color: rgb(240, 128, 128);
}

h4 {
    margin-top: 0px;
}

footer h2{
   margin-bottom: 10px;
    border: 1px solid;
}

footer {
    position: fixed;
            bottom: 6px;
            width: 100%;
            height: 50px;
            text-align: center;
}

.btns {
    display: flex;
    flex-direction: row;
    gap: 20px;
}

#about-me , #contact-me , #change-bg , #home1 {
    margin-top: 3px;
    background-color: aqua;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-weight: 1000;
    border-color: bisque;
}

#abt-me {
    display: none;
}

#home {
    display: block;
}

#abt-me p, h1 {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-weight: 1000;
    color: azure;
}

#abt-me p {
    border: 1px solid;
    width: 500px;
   position: fixed;
   right: 720px;
   border-radius: 10px;
   background-color: cornflowerblue;
}

#home1 {
   margin-left: 10px;
}