
.border {
    float: left;
    height: 100%;
    width: 90%;
    margin-top: 70px;
    background-color: rgba(255, 255, 255, 0.5);
    border-radius: 5px;
    display: flex;
}

.content1 {
    padding: 10px;
    margin-left: 20px;
}