h2 {
    color: black;
    font-size: 48px;
}

p {
    color: black;
    font-size:18px;
}

header {
    background-color: #231c1a;
    height: 80px;
    width: 100%;
    position: relative;
}

header h1 {
    color: white;
    position: absolute;
    left: 120px;
    top: 0;
    line-height: 80px;
}

header a {
    color: white;
    text-decoration: none;
}

header li {
    display: inline;
    margin-right: 4vw;
}

header ul {
    position: absolute;
    right: 0;
    top: 0;
    line-height: 80px;
}

header a:hover {
    text-decoration: underline;
    color: rgb(26, 71, 168);
}

.WebIndex {
    background-color: antiquewhite;
    color: white;
    height: 100vh;
    background-image: url("../img/Background.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position-x: right;
    background-position-y: top;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.WebIndex h1 {
    font-size: 60px;
}

.WebIndex p {
    color: #fef7e6;
    font-size: 18px;
    margin: 25px 0;
}

.WebIndex a {
    color: white;
    text-decoration: none;
    border: 1px solid #acacac;
    padding: 10px 20px;
    border-radius: 5px;
}

.WebIndex a:hover {
    color: rgb(184, 184, 184);
    font-size: 20px;
}

.Introduce {
    background-color: antiquewhite;
    color: white;
    height: 100vh;
    background-image: url("../img/Background.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position-x: right;
    background-position-y: top;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    line-height: 1.8em;
}

.Introduce h2 {
	line-height: 3.8vmax;
    color: white;
    font-size: 60px;
}

.Introduce p {
    color: #fef7e6;
    font-size: 20px;
    margin: 25px 0;
    line-height: 0.5vh;
}

footer {
    background-color: #000000;
    color: #b7b7b7;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
}

footer p {
    color: #b7b7b7;
    font-size: 14px;
}

footer a {
    color: #b7b7b7;
    text-decoration: none;
}

footer a:hover {
    color: rgb(19, 67, 172);
    text-decoration: underline;
}

.Avatar {
    background-color: antiquewhite;
    color: white;
    height: 100vh;
    background-image: url("../img/Background.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    display: flex;
    font-size: 20px;
    line-height: 1.8em;
}

.Avatar img {
    width: 50%;
}

.infoa {
    width: 50%;
    background-color: white;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-image: url("../img/Background.jpg");
    background-position-x: right;
    background-position-y: top;
    background-repeat: no-repeat;
}

.Avatar h2 {
    color: white;
}

.Avatar strong {
    color: white;
}

.infoa h2 {
    font-size: 80px;
    margin-bottom: 30px;
}
.infoa p {
    font-size: 32px;
    text-align: center;
    line-height: 2em;
}

.Contact a {
    text-decoration: none;
    border: 1px solid #acacac;
    padding: 10px 20px;
    border-radius: 5px;
    color: white;
}

.Contact strong {
    color: white;
    font-size: 16px;
}

.Contact p {
    font-size: larger;
    line-height: 2em;
    color: white;
}

.Contact {
    background-color: antiquewhite;
    background-image: url("../img/Background.jpg");
    background-repeat: no-repeat;
    background-position-x: right;
    background-position-y: top;
    background-size: cover;
}

.Contact h2 {
    font-size: 60px;
    color: whitesmoke;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.infoc {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 100px 180px 80px;
}

.infoc div {
    width: 300px;
    text-align: center;
}

* {
    padding: 0;
    margin: 0;
}