﻿/** {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
}

.main {
    width: 100vw;
    height: 100vh;
    font-family: poppins, serif;
    background-color: #1E1F27;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.error__texts {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    margin-top: 16px;
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    row-gap: 4px;
}

.error__text--one {
    color: #E1E1E1;
}

.error__text--two {
    color: #A9A9AA;
}

.error__text--three {
    font-size: 24px;
    font-weight: 400;
    line-height: 36px;
    color: #A9A9AA;
}*/

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
}

.main {
    width: 100vw;
    height: 100vh;
    font-family: poppins, serif;
    background-color: #1E1F27;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.error__texts {
	display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    margin-top: 16px;
    font-size: 18px;
    font-weight: 400;
    row-gap: 6px;
	line-height: 21px;
    font-family: poppins, serif;
}

.error__text--one {
    color: #FEFEFE;
}

.error__text--two {
	color: #FEFEFE;
    font-size: 18px;
    font-weight: 400;
}

.error__text--three {
	font-size: 14px;
    font-weight: 400;
    color: #A9A9AA;
}