body {
    font-family: "Quicksand", sans-serif;
    margin: 0;
    text-align: center;
    width: 100%;
}
header {
   height: 800px;
   background-image: url("images/ocean.jpg");
   background-size: cover;
   padding: 10px;

}

header h1 {
    font-family: "Oleo Script", sans-serif;
    font-size: 50px;
    color: rgb(245, 243, 160);
    text-align: center;
    text-shadow: 1px, 1px, 3px, rgb(0, 0, 0)
}

header p {
    font-family: "Oleo Script", sans-serif;
    font-size: 45px;
    color: rgb(245, 243, 160);
    text-align: center;
    text-shadow: 1px, 1px, 3px, rgb(0, 0, 0)
}

div {
    margin-bottom: 20px;
    
}

.shose {
    width: 300px;
    background-color: rgba(51, 47, 47, 0.8);
    box-shadow: 2px 4px 8px rgb(68,67,67);
    border-radius: 8px;
    padding: 50px 0;
    position: relative;
    bottom: 250px;
}

#shoeOutput {
    font-size: 24px;
    color: rgb(245, 243, 160);
}

.cloth {
    width: 300px;
    background-color: rgba(51, 47, 47, 0.8);
    box-shadow: 2px 4px 8px rgb(68,67,67);
    border-radius: 8px;
    padding: 50px 0;
    position: relative;
    bottom: 250px;
}

#clothingOutput {
    font-size: 24px;
    color: rgb(245, 243, 160);
}

input {
    margin-right: 10px;
}
img {
    width: 100%;
   
}
#size-fit {
    background-image: url("images/ocean.jpg");
    display: flex;
    justify-content: center;
    justify-content: space-evenly;

}
#size-fit h2 {
    font-family: "Oleo Script", sans-serif;
    font-size: 30px;
    color: rgb(245, 243, 160);
    text-shadow: 1px, 1px, 3px, rgb(0, 0, 0);
}