*{
    margin: 0%;
    padding: 0%;
    font-family: 'Sanchez', serif;
    color: black;
}

html,
body{
    height: 97vh;
    position: relative;
}

.container{
    display: flex;
    flex-direction: column;
    max-width: 720px;
    min-width: 320px;
    min-height: 97%;
    margin: 15px auto;
    text-align: center;
}

/* ps */
.ps{
    display: flex;
    justify-content: space-between;
    border-style: solid;
    border-width: 1px;
    border-color: transparent;
    border-radius: 15px;
    background-color: rgb(247, 247, 247);
}

.head{
    border-radius: 15px;
    background: url(.//HRZ-day.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    width: 300px;
    height: 300px;
  }


.name{
    display: flex;
    flex-direction: column;
    margin: 50px 0px 50px 50px;
    text-align: left;
    color: aliceblue;
}

h1{
    font-family: 'Roboto', sans-serif;
    line-height: 60px;
    font-size: 75px;
}

.ln{
    color: rgb(180, 180, 180);
}

.cln{
    display: flex;
    flex: 1;
    align-items: end;
    font-size: 19px;
}

.head{
    margin: 50px 50px 50px 0px;
}

/* assignment */
h3{
    line-height: 50px;
}

.listitem{
    display: flex;
    margin: 50px 0;
    padding: 15px;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-around;
    border-style: solid;
    border-width: 1px;
    border-color: transparent;
    border-radius: 15px;
    background-color: rgb(247, 247, 247);
    
}

ul{
    text-align: left;
}

abbr{
    text-decoration: none;
}

a{
    text-decoration: none;
    color: rgb(128, 128, 128);
}

a:hover{
    color: rgb(42, 85, 165);
}

a:active{
    color: rgb(201, 43, 43);
}

/* a:visited{
    color: rgb(124, 124, 124);
} */



/* footer */
.footer{
    display: flex;
    flex-direction: column;
    margin: 50px 0;
    padding: 15px;
    justify-content: center;
    align-items: center;
    border-style: solid;
    border-width: 1px;
    border-color: transparent;
    border-radius: 15px;
    background-color: rgb(247, 247, 247);
    flex: 1

}
