body {
    font-family: 'Roboto', sans-serif;
}

.main-header {
    display: flex;
    flex-direction: row;
    align-items: center;
    position: fixed;
    top: 0;
    width: 100%;
    height: 13em;
    background-color: white;
}

.domains {
    margin-top: 13em;
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
}

li {
    margin-bottom: .4em;
    margin-left: -.8em;
}

.domain {
    width: 20em;
    padding: 3em;
    margin: .6em;
    text-align: left;
    border-width: .8px;
    border-style: solid;
    border-image: linear-gradient(to bottom right, #d5d3d3, #000);
    border-image-slice: 1;
}

.domain-title { 
    font-weight: 600;
    font-size: large;
    margin-bottom: 2em;
}

.domain-content {
    font-weight: 300;
}
