#p1 {
    font-size: 20px;
    text-align: center;
    border-style: solid;
    border-width: 1px;
}
#p2 {
    font-size: 20px;
    text-align: center;
}

h2 {
    text-align: center;
}

h3 {
    margin-left: 50px;
}

.ndul {
    font-size: 20px;
}
h6 {
    margin-left: 60px;
}

#win95 {
    margin-top: 80px;
}

.card {
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
  transition: 0.3s;
  width: 75%;
}

.card:hover {
  box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
}

.container {
  padding: 2px 16px;
}
