*{
    margin: 0%;
    padding: 0%;
}
div{
    height: 800px;
    width: 1500px;
    background-color: rgb(48, 48, 83);
    margin-top: 50px;
}
img{
    height: 200px;
    width: 200px;
    margin-top: 100px;
    border-radius: 5px;
}
h1{
    color: white;
    text-size-adjust: 20px;
    margin-top: 50px;
}
a{
    color: white;
    
    text-size-adjust: 200%;
}
.head{
    margin-top: 50px;
}
