.title1{
    font:bold;
    font-family: serif;
}

h3{
    color:purple;
    margin-top: 50px;
    margin-left: 20px;
}

p{

    width: 70%;
    padding-left: 10px;
}

.photo{
    width: 200px;
    border: 5px solid purple;
}


.container {
    font-size: 20px;
    font-weight: bold;
    background-color: rgb(243, 51, 51);
}

.list1{
    list-style: none;
    display: flex;
}

.type1{
    padding-left:10px;
}

.list2{
    padding-left: 50px;
    border: 2px solid black;
    width: 400px;
}


body{
    font-family: Arial;
}

.divider{
    height: 20px;
    width: 100%;
    background-color: purple;
}