.body_style{
    display: flex;
    flex-direction: column;
    height: 100vh;
    margin: 0;
    padding: 0;
    background: black;
}
.text_style{
    color: white;
    font-size: 20px;
    font-weight: bold;
    padding-top: 20px;
}