* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}  

.container {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100vw;
    height: 100vh;
    background: #c9cccf;
}

.container-box {
    background-color: hsl(47, 88%, 63%);
    display: grid;
    place-items: center;
    justify-content: center;
    height: 800px;
    width: 1000px;
}

.container-box1 {
    width: 400px;
    height: 600px;
    background: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    border-radius: 20px;
    padding: 16px 16px 32px 16px;
    border: 0px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

img {
    border-radius: 10px;
    margin-top: auto;
    justify-content: left;
}


::placeholder {
    color: black;
}

input[type=text] {
    padding: 12px;
    border: 1px solid black;
    border-radius: 4px;
    background-color: yellow;
    font-weight: bold;
    margin-top: 10px;
    margin-right: 200px;
    padding: 5px;
}

h1 {
    font-family:'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    font-weight: 300;
    align-items:end;
    margin-right: 35px;
}


#intro {
    font-family: 'Outfit', sans-serif;
    font-weight: 700;
    padding-bottom: 16px;
    margin-top: 3%;
    margin-right: 197px;
}

.highlight {
    font-family: 'Outfit', sans-serif;
    font-weight: 700;
    padding-bottom: 16px;
    margin-top: 5%;
    margin-right: 197px;
    align-items: end;
}

h2 {
    font-family: 'Outfit', sans-serif;
    padding-bottom: 16px;
    margin-top: 10%;
    margin-right: 0px;
}

#Meeday {
    display: flex;
    align-items: end;
    justify-items: left;
    justify-content: left;
}

#Meeday img {
    margin-right: 100px;
    max-width: 100%;
    height: auto;
    justify-content: left;
    justify-items: left;
}

.attribution { font-size: 11px; text-align: center; }
.attribution a { color: hsl(228, 45%, 44%); }