* {
    padding: 0;
    margin: 0;
    font-family: 'Montserrat Medium'
}
body{
    background: url('/img/background1.jpg') no-repeat center fixed; 
    background-size: cover;
}

.container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center
}

.container {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    text-align: center
}

button {
    float: right;
    padding: 10px 20px;
    border: 1px solid #2196f3;
    background-color: white;
    color: #2196f3;
    margin-right: 5px;
    margin: 15px 25px 0px 5px
}

button:hover {
    background-color: #2196f3;
    color: white;
    cursor: pointer
}

.container div {
    margin: 20px 40px;
    position: relative
}

img{
    width: 250px;
    height: 250px;
    border-radius: 50%
}

p:first-child {
    font-size: 2rem
}

#displayNameHolder {
    font-size: 3rem;
    color: #2196f3
}