body{
    background-color: black;
    overflow: hidden;
}
.BackingImage{
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: url('background.jpg');
    background-repeat: no-repeat;
    background-attachment: fixed; 
    background-size: 100% 100%;
    filter: blur(10rem);
    -webkit-filter: blur(8px);
    z-index: 0;
}

.container {
    position: absolute;
    border-radius: 30px;
    background-color: rgba(255, 255, 255, 0.5);
    width: 900px;
    height: 320px;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    color: rgb(0, 0, 0);
    font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    z-index: 1;
  }

.compHeader{
    width: 100%;
    font-size: 50px;
    display: flex;
    justify-content: center;
    text-shadow: -1px 3px 3px rgb(255, 255, 255);

}

span{
    color: #ee452f;
}

.compContent{
    width: 100%;
    margin-top: -10px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    text-align: center; 

}

.logo{
    width: 45%;
    margin-left: 28%;
    margin-top: 1%;
}
