*{
    margin: 0;
    padding: 0;
    font-family: Switzer;
    font-style:normal;
}
body{
    background-color: #FFFFFF !important;
    min-width: 375px;
}

/*back Img*/
.bacimg{
    width: 100%;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-image: url("header.png");
}

/*logo*/
.logo{
    margin-top: 34px;
    margin-left: 34px;
    float: left;
}

.logo img {
    width: 145px;
    height: 34px;
}

/*bar content*/
.content{
    text-align: center;
    padding-top: 1px;
}

.content-title {
    margin: 206px auto 0px;
    width: 575px;
    display: flex;
    align-items: center;
}

.content img{
    margin-top: -20px;
    margin-right: 27px;
    width: 42px;
    height: 43px;
}
.content p{
    /*margin-bottom: 30px;*/
    color: #FBFDFF;
    font-size: 45px;
    font-family: swansea-bold;
    font-weight: 700;
    line-height: 48px;
    letter-spacing: -0.45px;
}
.content span{
    display: inline-block;
    margin-top: 30px;
    margin-bottom: 156px;
    font-size: 18px;
    font-family: Switzer;
    font-weight: 500;
    line-height: 24px;
    color: #FBFDFF;
    letter-spacing: -0.18px;
    opacity: 0.4000000059604645;
}

/*dynadot Info list*/
.Info{
    position: relative;
    margin: 0;
    padding: 0 8.7%;
    height: 50px;
    top: -96px;
}
.Info .alert{
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1172px;
    height: 60px;
    margin: 0px auto 16px;
    padding: 16px 26px;
    font-size: 18px;
    font-family: Switzer;
    font-weight: 500;
    line-height: 24px;
    color: #031242;
    background-color: #FFFFFF;
    border-radius: 6px;
    box-shadow: 0px 8px 30px 0px rgba(3, 18, 66, 0.10);
}
.Info .alert p{
   flex: 1;
    word-break: break-word;
    line-height: 24px;
}
.Info .alert.issue span{
    color: #EF9022 ;
}
.Info .alert.unstable{
    background-color: #031242;
    color: #FBFDFF !important;
}

.Info .alert .flag{
    flex-shrink: 0;
    display: inline;
    float: right;
    color: #12B76A;
}
.Info .alert .flag span{
    font-weight: 400;
    margin-right: 20px;
}
.Info .alert .flag .unstable{
    color: #FBFDFF !important;
}
.Info .alert .flag img{
    margin-top: -3px;
    width: 28px;
    height: 28px;
}
.bottom{
    margin-top: 95px;
    height: 1px;
}
@media (max-width: 767px) {
    .bacimg{
        background-image: url("headerMobile.png");
    }
    .logo{
        margin-left: 50%;
        margin-top: 67px;
        position: relative;
        left: -75px;
    }
    .content-title {
        margin-top: 221px;
        width: 334px;
    }
    .content-title.error {
        width: 245px;
    }
    .content img{
        margin-top: 0;
    }
    .content p{
        color: #FBFDFF;
        text-align: left;
        font-size: 45px;
        font-family: 'swansea-bold';
        font-weight: 700;
        line-height: 48px;
        letter-spacing: -0.45px;
    }
    .content span{
        margin-top: 32px;
        margin-bottom: 162px;
    }
    .Info{
        top: -90px;
        padding: 0 20px;
    }
    .Info .alert{
        padding: 12px 20px;
        margin-bottom: 12px;
        font-size: 16px;
    }
    .Info .alert .flag span{
        margin-right: 12px;
        position: relative;
    }
    .Info .alert .flag img{
        width: 22px;
        height: 22px;
    }
    .bottom{
        margin-top: 112px;
        height: 1px;
    }
}