*{
    box-sizing:border-box;
}

body{
    margin: 0;
    padding: 0;
}

.fs-1{
    font-size: 60px;
}

.mb-1{
    margin-bottom: 20px;
    display: inline-block;
}

.background{
    background-color:#131417;
    height: 100dvh;
    width: 100dvw;
    display:flex;
    align-items:center;
    justify-content:center;
    padding:40px;
}

.building{
    color:white;
    font-family: "Roboto", sans-serif;
    font-optical-sizing: auto;
    font-weight: 800;
    font-style: normal;
    font-variation-settings: "wdth" 100;
    margin-bottom:0;
    font-size:15px;

    text-align: center;
    span{
        opacity:.7;
    }
}

.grid{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
    gap: 15px;
}

@media screen and (min-width:780px){
    .building{
        font-size:30px;

    }
}