html,
body {
    height: auto;
    margin: 0;
    padding: 0;
    font-family: Arial, Helvetica, sans-serif;
}

body {
    display: flex;
    background-image: url(bgimg.jpg);
    background-repeat: repeat-y;
    background-size: 100%;
    background-position: center;
    flex-direction: column;
    align-items: flex-end;
}

header {
    display: flex;
    position: fixed;
    width: 100%;
    background: rgb(235, 201, 139);
    z-index: 1000;
    justify-content: space-between;
    align-items: center;
}

h1 {
    display: flex;
    color: rgb(35, 28, 74);
    margin-left: 1%;
}

#clink {
    display: flex;
    color: rgb(35, 28, 74);
    font-size: 150%;
    text-decoration: none;
    margin-right: 1%;
}

#clink:hover {
    color: rgb(0, 92, 168);
}

.midrect {
    background-color: rgba(25, 21, 47, 0.9);
    width: 80%;
    height: 200%;
    margin: auto;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
}

.txtbxintro{
    margin-top: 5%;
}

h2 {
    color: rgb(235, 201, 139);
}

.txtintro {
    color: rgb(235, 201, 139);
}

.projects {
    background-color: rgb(235, 201, 139);
    width: 70%;
    height: 30%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}

#wdlogo {
    display: flex;
}

#wdlogo img {
    width: 200px;
    height: auto;
}

#titprojects {
    color: rgb(35, 28, 74);
}

.skills {
    background-color: rgb(235, 201, 139);
    width: 60%;
    height: 20%;
    display: flex;
}

h3 {
    display: flex;
    color: rgb(35, 28, 74);
}

.cpage {
    background-color: rgb(235, 201, 139);
    width: 40%;
    height: 30%;
    display: flex;
}