html, body {
    height: 100%;
}

body {
    font-family: 'Antic Didone', serif;
    font-size: 20px;
    line-height: 1.5;
    padding: 0;
    margin: 0;
    background: white;

}

.circle {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    height: 200px;
    width: 200px;
    margin: auto;
    background: white;
    text-align: center;
    transform: rotate(45deg);
}

.circle h1 {
    position: relative;
    right: 15px;
    top: 45px;
    font-size: 45px;
    transform: rotate(-45deg);
}

/*PERSONAL SECTIONS*/
.personal-section {
    width: 50%;
    height: 100%;
    float: left;
    background: white;
}

.personal-section .profile-text {
    color: white;
    margin-left: 10%;
    margin-right: 10%;
    padding-top: 45%;
}

.personal-section .profile-text h2 {
    padding: 0;
    margin: 0;
}


.personal-section ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
    display: block;
    text-align: left;
}

.personal-section li {
    padding: 0;
    margin: 0;
}

#left-personal-section:hover {
    background: #61b136 url('../img/Neta4.jpg') no-repeat right top/cover;
    background-blend-mode: multiply;
}

#right-personal-section:hover {
    background: #a36d00 url('../img/pipa.jpg') no-repeat right top/cover;
    background-blend-mode: multiply;
}

#right-personal-section .profile-text {
    float: right;
}

.personal-section:hover {
    background-size: cover;
    background-repeat: no-repeat;
}


.container {
    width: 80%;
    margin: auto;
    overflow: hidden;
}

ul {
    margin: 0;
    padding: 0;
}


/*FILM BORDER*/
.film {
    position: relative;
    width: 100%;
    height: 100%;
    background: white;
    overflow: hidden;
}

/*HEADERS*/
header {
    min-height: 100px;
}

.header-container {
    height: fit-content;
}

.header-list {
    margin: 0;
    padding: 0;
    float: right;
    list-style: none;
}

.header-list li {
    display: inline-block;
    padding: 30px;
    font-size: 25px;
}

.header-list li a {
    text-decoration: none;
    color: black;
}

/*INDIVIDUAL PAGE - NETA*/

