html {
    background-color: #f5f5dc;
    font-family: 'Times New Roman';
    height: 900px;
    color: #ffffff;
}

/*mains*/
.left {
    width: 100%;
}

.right {
    width: 50%;
    height: 100%;
    background-color: rgb(41, 93, 58);
    margin: auto;
    border-radius: 7px;
}

.right2 {
    width: 50%;
    height: 100%;
    background-color: rgb(41, 93, 58);
    margin: auto;
    border-radius: 7px;
}

/* profile pic and name*/
section img {
    border-radius: 100%;
    border: 2px solid rgb(34, 77, 48);
}

#name {
    text-align: center;
    font-size: 24px;
    color: black;
}

/* view profile button */

button {
    border: 2px solid rgb(41, 93, 58);
    background: rgb(71, 155, 99);
    padding: 5px 5px;
    color: white;
    border-radius: 14px;
    text-decoration: none;
    font-size: 13px;
    font-family: 'Times New Roman';
    transition: 0.5s;
    display: block;
    margin: auto;
}

button:hover {
    background-color: rgb(41, 93, 58);
}

a {
    color: white;
    font-weight: 900;
    cursor: pointer;
}

/*scattered*/
#section {
    text-align: center;
    margin-top: 100px;
}

#intro {
    font-size: 16px;
}

h4 {
    padding: 15px 15px 0 15px;
    font-size: 18px;
}

.aboutme-body p {
    padding: 0 15px 15px 15px;
    line-height: 1.5;
}

.box {
    width: 200px;
    height: 200px;
    background-color: rgb(71, 155, 99);
    border: 2px solid #f5f5dc;
    margin: 10px;
    display: inline-block;
    text-align: justify;
    width: 200;
    line-height: 50px;
}

.box img {
    display: block;
    margin: auto;
}

#blog1 {
    width: 55%;
    height: auto;
    margin: auto;
    border: 2px solid rgb(34, 77, 48);
    border-radius: 15px;
    background-color: rgb(41, 93, 58);
    transition: 0.4s;
    color: #ffffff;
}

#blog1:hover {
    transform: scale(1.04);
    transition: 0.3s;
}

.blog1 {
    margin-left: 2%;
}

#a-blog1 {
    color: black;
    text-decoration: none;
}

/* Iver Blog Home */
#container {
    background-color: rgb(71, 155, 99);
    position: fixed;
    display: flex;
    /* Change to flex */
    width: 100%;
    left: 0;
    top: 0;
    align-items: center;
    /* Align items vertically centered */
    justify-content: center;
    /* Center items horizontally */
    padding-top: 10px;
    padding-bottom: 5px;
}

.container-items {
    margin-top: 10 10px;
    margin: 0 10px;
    /* Add some margin for spacing */
}

#img {
    width: 40px;
    /* Keep image size */
    margin-right: 10px;
    /* Space between image and text */
}

.index-body,
.special-a {
    margin-top: 90px;
    color: black;
}

/*footer*/
#footer {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 50px;
    background-color: rgb(71, 155, 99);
    color: black;
    text-align: center;
    justify-content: center;
    align-items: center;
}