@font-face {
    font-family: "Poppins";
    src: url(./fonts/Poppins/Poppins-Regular.ttf);
}

body {
    font-family: "Poppins";
    margin: 0;
}

ul {
    list-style-type: "✅"
}

li {
    padding-left: 10px;
}

#contact {
    background-color: orange;
}

h1 {
    font-size: 40px;
}

div p {
    width: 700px;
}

.appname {
    text-decoration: underline;
    font-weight: 800;
}

header p {
    font-size: 15px;
    text-align: center;

    display: flex;
    justify-content: center;
    align-content: center;
}

#link{
    color: #000;
    font-size: 15px;
}

header {
    height: 100px;
    width: 100%;

    display: flex;
    justify-content: center;
    align-items: center;

    position: fixed;
    top: 0;

    background-color: #fff;
    box-shadow: 0px 1px 5px gray;
}

section {
    margin-top: 130px;
    padding: 0 100px 0 100px;
} 