.importmap {
    height: 60vh;
    justify-content: ca;
    justify-content: center;
    align-items: center;
    display: flex;
}
.content {
    padding: 50px;
    background: #fff;
    box-shadow: 0px 0px 10px #0000003b;
    border-radius: 5px;
}
.content {
    padding: 50px;
    background: #fff;
    box-shadow: 0px 0px 10px #0000003b;
    border-radius: 5px;
}
.importmap .btn {
    color: #fff;
    background: #93003c;
    padding: 10px;
    width: 100%;
    border: 0;
    font-size: 15px;
    border-radius: 5px;
}
.importmap input {
    border: 1px solid #ddd;
    padding: 10px;
    width: 100%;
    font-size: 15px;
    border-radius: 5px;
    width: 100%;
    margin-bottom: 10px;
}