body {
    width: 100%;
    height: 100%;
    background: linear-gradient(45deg, rgba(230,110,143,1) 0%, rgba(100,63,212,1) 100%) fixed;
    color: white;
    text-align: center;
}

img {
    border-radius: 10px;
}

.large-container {
    width: 100%;
    height: 30%;
    margin-top: 10%;
}

.medium-container {
    width: 90%;
    height: 10%;
    margin: auto;
    margin-top: 20px;
    margin-bottom: 20px;
}

a {
    text-decoration: none;
    color: white;
}