* {
  font-size: 1.1em;
  font-family: 'Times New Roman', Times, serif;
  margin: 0;
  box-sizing: border-box;

}

.grid{
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(600px, 1fr));
  padding: 10px;

}
.grid > div{
  text-align: center;
  padding: 10px;
  gap: 10px;
  border: 1px solid black;

}
.grid-item{
  min-width: 0;
  overflow-wrap: break-word;
  text-overflow: ellipsis;
  word-wrap: break-word;


}
.p{
  white-space: pre-line;

}
.container {
  display: flex;
}
#profile{

  max-width: 60%;
  border-radius: 50%;
  height: auto;



}

@media only screen and (max-width: 1024px) {

}

@media only screen and (min-width: 768px) {
}

@media only screen and (min-width: 375px) {

}

#donut {
    background-color: #f0f0f0;
    background-image:url(images/donut.gif);
    background-position: bottom right;
    background-repeat: no-repeat;
    background-size:auto;
    padding: 5px;
  
    background-attachment: fixed;
}
