*
{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Gilroy';
}
html
{
    height: 100%;
    width: 100%;
}
body 
{
    /* background-color: #FBFFDC;   */
    background-color: #000;
    /* Nice property */
    user-select: none;
}
.container
{
    /* background-color: #000; */
    margin: auto;
    display: flex;
    flex-direction: column;
    max-width: 320px;
    position: relative;
    /* height: 600px; */
    margin-top: 50px;
    padding: 10px;
}
.container h3
{
    font-size: 25px;
    margin-bottom: 10px;
    color: #FBFFDC;
    /* color: #495E57; */
}
.heading
{
    font-size: 40px;
    margin-bottom: 30px;
    color: #79E0EE;
}
.number
{
    display: flex;
    gap: 10px;
    text-align: center;
}
input
{
    /* border-color: #fff; */
    /* border-width: 0 0 2px; */
    border: none;
    outline: none;
    color: #fff;
    width: 70%;
    font-size: 20px;
    background-color: transparent;
    margin-bottom: 20px;
}
input::placeholder
{
    font-size: 23px;
}
#code
{
    font-size: 22px;
    font-weight: 500;
}
#phone
{
    border: none;
    font-size: 20px;
    padding: 2px;
}

.submit
{
    padding: 10px 20px;
    width: 50%;
    background-color: #79E0EE;
    font-weight: 600;
    border-radius: 10px;
    font-size: 18px;
    margin: auto;
    margin-top: 20px;
    /* color: #fbffdc; */
}
.submit a
{
    text-decoration: none;
    color: #000;
}
.btns
{
    display: flex;
    flex-direction: column;
    width: 75%;
    margin: auto;
    margin-top: 30px;
}
.btn
{
    padding: 15px 40px;
    margin-bottom: 20px;
    border-radius: 10px;
    font-weight: 600;
    font-size: 20px;
    text-align: center;
    background-color: #79E0EE;
}
.btn a
{
    text-decoration: none;
    color: #000;
}
#heading-home
{
    font-size: 30px;
}
#profile-main span
{
    font-size: 25px;
}
.profile-photo
{
    width: 200px;
    height: 200px;
    background-color: #616161;
    border-radius: 50%;
    margin: auto;
    position: relative;
    margin-top: 10px;
    margin-bottom: 40px;
}
.photo
{
    width: 170px;
    /* position: absolute; */
    height: 170px;
    margin: auto;
    border-radius: 50%;
    margin-top: 16px;
    background-color: #FBFFDC;
}
.main-emission
{
    position: relative;
    height: 250px;
    width: 250px;
    background-color: antiquewhite;
    border-radius: 10px;
    margin: auto;
    margin-top: 40px;
    padding: 20px;
    text-align: center;
    margin-bottom: 50px;
}
.main-emission h2
{
    font-size: 30px;
    font-style: italic;
    margin-bottom: 30px;
}
.main-emission h1
{
    font-size: 40px;
}
.threshold
{
    position: absolute;
    bottom: 10px;
    font-style: italic;
}
.nav
{
    /* position: absolute; */
    margin-top: 20px;
}
.nav .home
{
    display: flex;
    align-items: center;
    justify-content: center;
}
.home a
{
    text-decoration: none;
    color: #79E0EE;
}
#ref
{
    margin-right: 20px;
}
