
.hero {
    display: grid;
    justify-items: center;
    align-items: center;
}

.button {
    width: 220px;
    font-size: 18px;
    font-weight: bold;
    text-decoration: none;
    display: inline-block;
    text-align: center;
    color: black;
    border-radius: 5px;
    cursor: pointer;
    align-self: center;
    padding: 10px;
    margin: 20px;
    z-index: 2;
}
.header {
    list-style: none;
    width: fill;
    font-size: 90px;
    font-weight: bold;
    text-decoration: none;
    text-align: center;
    padding: 20px, 60px;
    color: white;
    align-self: center;
    display: inline-block;
    margin: 70px;
}

.longText {
    list-style: none;
    font-size: 18px;
    font-weight: bold;
    text-decoration: none;
    text-align: left;
    display: inline-block;
    color: gray;
    padding: 10px, 60px;
    margin-left: 100px;
    margin-right: 100px;
}
.margin80 {
    margin: 80;
}
.text-center{
    text-align: center;
}
body {
    font-family: "Roman";
    font-weight: 200; 
    font-size: 20px;
    margin: 0;
    padding: 0;
}
strong { 
    font-weight: 900; 
    font-size: 24px;
}

.soccerImage {
    
    background: url("images/foodDiary.jpg");
    position: fixed;
    /*-webkit-filter: blur(8px);*/
    width: 100%;                            
    height: 80vh;
    background-size: cover;
    position: relative;
    z-index: -1;
    background-attachment: fixed;
    overflow: hidden;
}
.soccerImage:before{
    content: '';
    background: inherit;
    -webkit-filter: blur(5px);
    -moz-filter: blur(5px);
    -o-filter: blur(5px);
    -ms-filter: blur(5px);
    filter: blur(5px);
    position: absolute;
    background-attachment: fixed;
    top: -5px;
    left: -5px;
    right: -5px;
    bottom: -5px;
    z-index: -2;
  }
.iconImage {
    background-image: url("images/icon.png");
    /*filter: blur(8px);*/
    /*-webkit-filter: blur(8px);*/
    /* Full height */
    height: 120px;
    width: 120px;
    border-radius: 20px;
    background-repeat: no-repeat;
    background-size: cover;
}

.bg-text {
    background-color: rgba(0,0,0, 0.4); /* Black w/opacity/see-through */
    color: white;
    position: absolute;
    top: 30%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    width: 100%;
    padding: 20px;
}
.boldText {
    font-weight: bold;
}
.margin-side  {
    margin-left: 100px;
    margin-right: 100px;
}
.container-fluid {
    margin-left: 100px;
    margin-right: 100px;
    color: gray;
}