body{
    background-color: #011627;
    margin: 0;
    padding: 0;
    font-family: Arial, sans-serif;
    color: #011627;
    height: 100%;
    
}

.welcome{
    display: flex;
    justify-content: center;
    color: #ffb41f;
    font-size: 100px ;
    
}
.introduction{
    color:#ffb41f;
    display: flex;
    left: 25%;
    right: 25%;
    top: 45%;
    padding: 100px;
    font-size: 50px;
}
.force{ 
    display: flex;
    justify-content: center;
    color: #ffb41f;
    font-size: 100px ;
    padding-bottom: 100px;
    position: relative;
    bottom: 10%;
    

}


