@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

.boxshadow {
   box-shadow: 10px 10px rgb(255, 46, 46);
       background: #833AB4;
background: linear-gradient(90deg, rgba(131, 58, 180, 1) 0%, rgba(255, 0, 0, 1) 0%, rgba(252, 176, 69, 1) 100%);
padding: 50px;
border-radius: 1000px;
}

.Photoborder {
    border-radius: 1000%;
    border: solid 2px black;

}

