* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

body {
    background-image: url('/mpc/images/akaimpc.jpg');
    background-repeat: no-repeat;
    background-attachment: fixed; 
    background-size: 100% 100%;
    display: block;
    position: fixed;
}

.parent {
    height: 100vh;
    width: 100vw;
}

.pads {
    position: relative;
    height: 41vh;
    width: 31.1vw;
    top: 39vh;
    left: 58.4vw;
    display: grid;
    grid-template-columns: repeat(4, 22.23%);
    grid-gap: 3.65%;
}