
@import url('https://fonts.googleapis.com/css2?family=Saira:ital,wght@0,100;0,200;0,300;0,500;0,600;0,800;1,300&display=swap');

body{
    color: white;
    font-family: 'Saira', sans-serif;
    font-size: small;
}
.container{
   
    background-color: #e84137;
    text-align: center;
    width: 75%;
    border-radius: 5px;
    border-color: #212121 !important;
    border: 2.5px solid;
    margin: 0 auto;
    display: flex;
    padding: 10px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}


@media screen and (max-width: 391px) {
    .container{
        width: 90%;
        height: 50%;
    }

    
}