.container {
    position: relative;
    text-align: center;
    color: black;
}

.centered{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.centeredbottomlong{
    position: absolute;
    bottom: -5%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.centeredbottomlong2{
    position: absolute;
    bottom: 5%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.centeredbottomshort{
    position: absolute;
    bottom: 10%;
    left: 50%;
    transform: translate(-50%, -50%); 
}

.centeredmiddleshort{
    position: absolute;
    bottom: 25%;
    left: 50%;
    transform: translate(-50%, -50%); 
}

.bottomleft {
    position: absolute;
    bottom: 10%;
    left: 20%;
    transform: translate(-50%, -50%); 
}

.bottomright {
    position: absolute;
    bottom: 10%;
    right: 25%;
    transform: translate(-50%, -50%); 
}


.bg {
    position: fixed;
    top: 0;
    left: 0;
    min-width: 100%;
    min-height: 100%;
}

body, html{
    height: 100%;
}

@font-face {
    font-family: cute;
    font-style: normal;
    font-weight: 700;
    src: local('Cute'), url(https://fonts.cdnfonts.com/s/55722/Cute-Bold.woff) format('woff');
}

.title {
    font-family: 'Cute', sans-serif;
    border-width: 10px;
    border-style: solid;
    border-color: #CBC3E3;
    background-color: #CBC3E3;
    font-size: 200px;
    border-radius: 25px;
}

.mctextbox {
    border-width: 10px;
    border-radius: 20px;
    font-size: 50px;
    border-style: solid;
    font-family:Arial, Helvetica, sans-serif;
    color: black;
    border-color: #544B3E;
    background-color: #F7DEB7;
    margin-left: auto;
}

.center {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 100px;
    top: 100px;
    width: 50%;
}

.header {
    background-color:#CBC3E3;
}

.div {
    background-color:#CBC3E3;
}