@font-face {
  font-family: instinkD;
  src: url(instinkD.ttf);
}

{background: rgb(242,56,204);
background: radial-gradient(circle, rgba(242,56,204,1) 0%, rgba(247,249,107,1) 59%, rgba(148,245,127,1) 83%, rgba(198,81,251,1) 100%);}


html{
  background-image: url('background.jpg');
    text-align: center;
    align-content: center;
}

div#two{
    height:100px;
    width:400px;
    float: top middle;
    color: antiquewhite;
    }


div#one{
    height:400px;
    width:400px;
    float: center;
    }

    
img {
  border-radius: 8px;
    height:200px;
    float:right:100px;
}


div#article1{
    height:80px;
    width:490px;
    margin:50px;
    float:left;}


h1{
    font-family: instinkD;
}

#artists{
    width:650px;
    background-position:;
    background-color:#92f6f7 ;
}

#artists>img{
    width: 200px;
    height: 200px;
    object-fit: cover;
    object-position: 25% 25%;
    margin:7px;
    
}

#wrapper{
    width:650px;
    height:200px;
    background-position:;
    background-color:#92f6f7 ;
    margin-left:auto;
    margin-right:auto
}

