.homelink {
    position: absolute;
    left: 145px;
}

body {
    background-color: black;
    margin-left: 10%;
    margin-right: 10%;
}

.body {
    display: grid;
    grid-template-columns: repeat(2, 0.5fr);
    border: 1px solid white;
}

.section hr {
    width: auto;
    margin-left: 75px;
    margin-right: 75px;
}

div {
    text-align: center;
    color: white;
}

ul, ol {
    list-style-position: inside;
    color: white;
}

h4 {
    color: red;
    text-decoration: underline;
}

p {
    font-family:'Times New Roman';
    font-size: medium;
    padding-left: 90px;
    padding-right: 90px;
    color: white;
    clear: right;
}

.section img {
    float: left;
    width: 250px;
    height: 200px;
    padding-left: 50px;
    padding-right: 10px;
}

#malekimg {
    width: 250px;
    height: 250px;
}