body {
    font-family: sans-serif;
    background-color: #f1f3f4;
    padding: 10px 30px;
}

.hw-row {
    margin: 25px 0px;
    min-height: 125px;
}

.hw-title {
    font-size: larger;
    font-weight: 600;
}

.due-date {
    font-size: smaller;
}

.hw-details {
    display: flex;
    flex-wrap: wrap;
}

.hw-info, .hw-pics {
    flex: 1;
    position: relative;
}

.hw-links {
    margin-top: 30px;
}

.link {
    background-color: #6a599f;
    color: white;
    font-size: large;
    font-weight: bold;
    border: 1px solid #6a599f;
    border-radius: 8px;
    padding: 8px 20px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    width: 80px;
}

.hw-pics {
    text-align: center;
}

.hw-image {
    width: 400px;
    height: auto;
}