/*
Claire Muller
Project 1
*/

body {
    background-color: #e4f4ff;
    font-family: "Inter", Arial, sans-serif;
    margin-left: 70px;
    margin-right: 70px;
}

@font-face {
    font-family: "Gayathri";
    src: url(fonts/Gayathri.woff2);
}

@font-face {
    font-family: "Gayathri400";
    src: url(fonts/Gayathri400.woff2);
}

@font-face {
    font-family: "Inter";
    src: url(fonts/Inter.woff2);
}

h1 {
    font-family: "Gayathri", Arial, sans-serif;
    padding-top: 10px;
}

nav {
    text-align: center;
    font-size: 20px;
    padding-top: 38px;
    font-family: "Gayathri400", Arial, sans-serif;
}

nav a {
    text-decoration: none;
}

nav a:link {
    color: black;
}

nav a:visited {
    color: black;
}

footer a {
    text-decoration: none;
}

footer a:link {
    color: black;
}

footer a:visited {
    color: black;
}

footer {
    text-align: center;
    font-size: 12px;
    font-family: "Inter", Arial, sans-serif;
}

header {
    display: flex;
    justify-content: space-around;
    background-image: linear-gradient(to right, transparent 0%, #f1b664 6%, #f1b664 50%, #f1b664 94%, transparent 100%);
}

main {
    padding: 20px;
}

hr {
    border: .5px solid #4a4a4a;
}

.image-txt-container {
    display: flex;
    align-items:center;
    flex-direction: row;
    padding-bottom: 2%;
}

.text {
    padding-left: 20px;
}

h2 {
    font-family: "Gayathri400", Arial, sans-serif;
}

label {
    padding: 2px;
    line-height: 2.5em;
}

form {
    text-align: center;
}

input[type=number] {
    width: 70px;
  }
