*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
#main{
    width: 100%;
    height: 100vh !important;
    background-color: antiquewhite;
}
.content{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
}
/* .brand-logo{
    width: 300px;
    height: 300px;
} */
.content h1{
    color: #f58634;
}