



.content {
    width: 1180px;
    height: 620px;
}

.create-test{
    
    width: 586px;
    height: 621px;
    border: 1px solid #6C757D;
    border-style: dashed;
}

.cwhq-link {
    width: 348px;
    height: 40px;
}


@media only screen and (max-width: 510px) {
    .footer-text {
    font-size: 12px;
    }
}

@media only screen and (max-width: 400px) {
    .footer-text {
    font-size: 10px;
    }
}

@media only screen and (max-width: 615px) {
    .cwhq-link {
        width: 348px;
        height: 60px;
        font-size: 15px;
    }
    
}

@media (max-width: 768px) {
   .p-4{
    margin-left: 20%;
    }
  }