@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700&display=swap');

*{
    margin: 0px;
    padding: 0px;
    border: 0px;
    outline: none;
    box-sizing: border-box;
    text-decoration: none;    
    list-style: none;
}

body{
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    font-size: 14px;
    color: #ffffff;
    background-color: #407beb !important;
}

.main_container{
    width: 100%;
    height: 100vh;    
    display: flex;
    justify-content: center;
    align-items: center;
}

.primary_heading{
    text-align: center;

}

.primary_heading .logo_image{
    max-width: 250px;
    width: 100%;
    margin-bottom: 10px;
}

.primary_heading h2 {
    font-size: 16px;
    font-weight: 500;
}

h1.error_code{
    font-size: 80px;
}

h3.error_code{
    font-weight: 400;
    font-size: 18px;
}