.mashup{
    border-radius: 40%;
  
}

h1{color: rgb(231, 58, 15);
    font-style:"times new roman";
    text-align: center;
    font-weight:600;
    background:url("https://c4.wallpaperflare.com/wallpaper/215/117/163/anime-dual-monitor-multi-wallpaper-thumb.jpg");
    background-size: cover
   }
    
    h2{color: rgb(255, 136, 1);
    font-style:"gill sans";
    text-align: center;
    border:solid;
    border-radius:10px;
    font-size:x-large;
    font-weight:600}
    
    h3{color:rgb(247, 184, 12);
    border:solid;
    border-radius:10px;
    font-size:x-large;
    font-weight:600;
    text-align:center
    }
    
    body{color:rgb(255, 251, 251);
    border:solid;
    border-color:rgb(190, 18, 18);
    background-color:black
    }
    
    img{border-radius:40%;
    height:500px;
    width:800px;
    margin-left:25%}
    
    p{font-size:large}

    li{font-size:medium}